forked from mirrors/nixpkgs
* Close fdSelf.
svn path=/nixos/trunk/; revision=10678
This commit is contained in:
parent
f6fce91cb2
commit
a05d842575
|
@ -68,6 +68,8 @@ int main(int argc, char * * argv)
|
|||
if (len == -1) abort();
|
||||
if (len == sizeof(real)) abort();
|
||||
real[len] = 0;
|
||||
|
||||
close(fdSelf);
|
||||
|
||||
//printf("real = %s, len = %d\n", real, len);
|
||||
|
||||
|
|
Loading…
Reference in a new issue