projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
591ac18
)
Close curdir in vsysctl
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Tue, 25 Sep 2012 16:59:11 +0000 (18:59 +0200)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Tue, 25 Sep 2012 16:59:11 +0000 (18:59 +0200)
src/vsysctl.c
patch
|
blob
|
history
diff --git
a/src/vsysctl.c
b/src/vsysctl.c
index
c5bca13
..
edf8928
100644
(file)
--- a/
src/vsysctl.c
+++ b/
src/vsysctl.c
@@
-175,6
+175,7
@@
int main(int argc, char *argv[])
}
Efchdir(curdir);
+ close(curdir);
}
exec: