Skip to content

Commit

Permalink
rootwrap: file descriptor leak
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Denis-Courmont committed Apr 22, 2014
1 parent a7d5530 commit a8dffde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/rootwrap.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ static void rootprocess (int fd)
close (sock);
continue;
}
close (sock);
}
send_err (fd, errno);
}
Expand Down

0 comments on commit a8dffde

Please sign in to comment.