This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
LBP
/
nagios-plugins
mirror de
https://github.com/nagios-plugins/nagios-plugins.git
Observar
4
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Ver código fonte
Ensure dirhandle is closed (Duncan Ferguson)
Ton Voon
16 anos atrás
pai
aa6563c75c
commit
bbadda8979
1 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
2
0
plugins-root/pst3.c
+ 2
- 0
plugins-root/pst3.c
Ver arquivo
@@ -234,6 +234,8 @@ try_again:
printf("\n");
}
+ (void) closedir(procdir);
+
return (0);
}