The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/5097

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com>
From aadaf392689cde236780103645c0434d1854d6af Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brau...@ubuntu.com>
Date: Wed, 3 Oct 2018 14:50:55 +0200
Subject: [PATCH] network: fix netns_get_nsid() signature

Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com>
---
 shared/network.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shared/network.c b/shared/network.c
index c882b7aa2b..688a18686d 100644
--- a/shared/network.c
+++ b/shared/network.c
@@ -276,7 +276,7 @@ static int addattr(struct nlmsghdr *n, size_t maxlen, int 
type,
        return 0;
 }
 
-static __s32 netns_get_nsid(int netns_fd)
+static __s32 netns_get_nsid(__s32 netns_fd)
 {
        int fd, ret;
        ssize_t len;
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to