This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
LBP
/
nagios-plugins
espejo de
https://github.com/nagios-plugins/nagios-plugins.git
Seguir
4
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Ensure dirhandle is closed (Duncan Ferguson)
Ton Voon
hace 16 años
padre
aa6563c75c
commit
bbadda8979
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
plugins-root/pst3.c
+ 2
- 0
plugins-root/pst3.c
Ver fichero
@@ -234,6 +234,8 @@ try_again:
printf("\n");
}
+ (void) closedir(procdir);
+
return (0);
}