X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fchbind.c;h=f017c33ad4c1e7250c380cc274a324a494299dbe;hb=44d73b5bf7ced18ec382bb9e00574df74a03a3f6;hp=4fb628e48cf93efe8d8da0fddf2e93b0e54f27d3;hpb=9c78378bebc1a9f3d400f422df8ede9efea57dea;p=util-vserver.git diff --git a/src/chbind.c b/src/chbind.c index 4fb628e..f017c33 100644 --- a/src/chbind.c +++ b/src/chbind.c @@ -316,7 +316,7 @@ int main (int argc, char *argv[]) case CMD_SILENT : is_silent = true; break; case CMD_BCAST : readBcast(optarg, &bcast); break; #if defined(VC_ENABLE_API_NET) - case CMD_NID : nid = Evc_xidopt2xid(optarg,true); break; + case CMD_NID : nid = Evc_nidopt2nid(optarg,true); break; #else case CMD_NID : WRITE_MSG(2, "WARNING: --nid is not supported by this version\n"); break; #endif