This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
LBP
/
nagios-plugins
mirror da
https://github.com/nagios-plugins/nagios-plugins.git
Segui
4
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
Ensure dirhandle is closed (Duncan Ferguson)
Ton Voon
16 anni fa
parent
aa6563c75c
commit
bbadda8979
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
0
plugins-root/pst3.c
+ 2
- 0
plugins-root/pst3.c
Vedi File
@@ -234,6 +234,8 @@ try_again:
printf("\n");
}
+ (void) closedir(procdir);
+
return (0);
}