X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fproc-net-compat.c;h=3b7596ad91b59a79d539b27ea319f4a51788ba3a;hb=cceb11f5b12d09cc8afc87ca4fd03e941234d439;hp=e3b7ee4897c0f95bc81f282fc9fa30cf1d17481b;hpb=18c58479a14f760fb03c2062f9a35961fc74ebb5;p=sliver-openvswitch.git diff --git a/vswitchd/proc-net-compat.c b/vswitchd/proc-net-compat.c index e3b7ee489..3b7596ad9 100644 --- a/vswitchd/proc-net-compat.c +++ b/vswitchd/proc-net-compat.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010 Nicira Networks +/* Copyright (c) 2009, 2010, 2011 Nicira Networks * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -59,7 +59,7 @@ proc_net_compat_init(void) return retval; } - retval = nl_sock_create(NETLINK_GENERIC, 0, 0, 0, &brc_sock); + retval = nl_sock_create(NETLINK_GENERIC, &brc_sock); if (retval) { return retval; }