The nid isn't used anymore, legacy APIs don't support it.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Thu, 16 Aug 2007 02:31:33 +0000 (02:31 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Thu, 16 Aug 2007 02:31:33 +0000 (02:31 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2588 94cd875c-1c1d-0410-91d2-eb244daf1a30

src/chbind.c

index 8002d5c..2ed312c 100644 (file)
@@ -249,7 +249,6 @@ int main (int argc, char *argv[])
   struct vc_ip_mask_pair       ips[nb_ipv4root];
   size_t                       nbaddrs = 0;
   uint32_t                     bcast   = 0xffffffff;
-  nid_t                                nid     = VC_DYNAMIC_NID;
   
   while (1) {
     int                c = getopt_long(argc, argv, "+", CMDLINE_OPTIONS, 0);