diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2008-08-08 16:12:00 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2008-08-08 16:12:00 (GMT) |
commit | 47b45d49812a64daaa7173bbadc8538ef3fcbaf6 (patch) | |
tree | 352adfe46857ff9578ac1a81e1e7ff3cc35a7f0d | |
parent | 0378f34d85e4fa2d83bae745c44649ccfb9744bb (diff) | |
download | monitoring-plugins-47b45d49812a64daaa7173bbadc8538ef3fcbaf6.tar.gz |
Close on fd
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2031 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | plugins-root/pst3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins-root/pst3.c b/plugins-root/pst3.c index 3954ec5..b275a6b 100644 --- a/plugins-root/pst3.c +++ b/plugins-root/pst3.c | |||
@@ -228,6 +228,7 @@ try_again: | |||
228 | } | 228 | } |
229 | free(args_vecs); | 229 | free(args_vecs); |
230 | free(args); | 230 | free(args); |
231 | close(as_fd); | ||
231 | printf("\n"); | 232 | printf("\n"); |
232 | } | 233 | } |
233 | 234 | ||