This website works better with JavaScript
Home
Explore
Help
Sign In
LBP
/
nagios-plugins
mirror of
https://github.com/nagios-plugins/nagios-plugins.git
Watch
4
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Ensure dirhandle is closed (Duncan Ferguson)
Ton Voon
16 years ago
parent
aa6563c75c
commit
bbadda8979
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
plugins-root/pst3.c
+ 2
- 0
plugins-root/pst3.c
View File
@@ -234,6 +234,8 @@ try_again:
printf("\n");
}
+ (void) closedir(procdir);
+
return (0);
}