Browse Source

rootwrap: file descriptor leak

pull/18/head
Rémi Denis-Courmont 12 years ago
parent
commit
a8dffdef8b
  1. 1
      bin/rootwrap.c

1
bin/rootwrap.c

@ -172,6 +172,7 @@ static void rootprocess (int fd)
close (sock);
continue;
}
close (sock);
}
send_err (fd, errno);
}

Loading…
Cancel
Save