mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
nspawn: netns_fd can be removed now
This commit is contained in:
parent
bc432dc7eb
commit
37c47eb709
@ -1554,7 +1554,7 @@ finish:
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
|
||||
_cleanup_close_ int master = -1, kdbus_fd = -1, sync_fd = -1, netns_fd = -1;
|
||||
_cleanup_close_ int master = -1, kdbus_fd = -1, sync_fd = -1;
|
||||
_cleanup_close_pipe_ int kmsg_socket_pair[2] = { -1, -1 };
|
||||
_cleanup_free_ char *kdbus_domain = NULL;
|
||||
_cleanup_fdset_free_ FDSet *fds = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user