This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
LBP
/
nagios-plugins
peilaus alkaen
https://github.com/nagios-plugins/nagios-plugins.git
Tarkkaile
4
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
Ensure dirhandle is closed (Duncan Ferguson)
Ton Voon
16 vuotta sitten
vanhempi
aa6563c75c
commit
bbadda8979
1 muutettua tiedostoa
jossa
2 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
2
0
plugins-root/pst3.c
+ 2
- 0
plugins-root/pst3.c
Näytä tiedosto
@@ -234,6 +234,8 @@ try_again:
printf("\n");
}
+ (void) closedir(procdir);
+
return (0);
}