This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
LBP
/
nagios-plugins
miroir de
https://github.com/nagios-plugins/nagios-plugins.git
Suivre
4
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
Ensure dirhandle is closed (Duncan Ferguson)
Ton Voon
il y a 16 ans
Parent
aa6563c75c
commit
bbadda8979
1 fichiers modifiés
avec
2 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
2
0
plugins-root/pst3.c
+ 2
- 0
plugins-root/pst3.c
Voir le fichier
@@ -234,6 +234,8 @@ try_again:
printf("\n");
}
+ (void) closedir(procdir);
+
return (0);
}