Commit a8dffdef authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

rootwrap: file descriptor leak

parent a7d5530e
......@@ -172,6 +172,7 @@ static void rootprocess (int fd)
close (sock);
continue;
}
close (sock);
}
send_err (fd, errno);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment