fixed misinterpretation of '--xid' introduced by rev 1.17
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 1 Jul 2004 10:33:01 +0000 (10:33 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 1 Jul 2004 10:33:01 +0000 (10:33 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1608 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/src/vlimit.c

index 9ff8921..304bb72 100644 (file)
@@ -367,11 +367,11 @@ int main (int argc, char *argv[])
     else switch (c) {
       case CMD_HELP    :  showHelp(1, argv[0], 0);
       case CMD_VERSION :  showVersion();
-      case CMD_XID     :
       case 'a'         :  show_all   = true;            break;
       case 'n'         :  do_resolve = false;           break;
       case CMD_DIR     :  dir        = optarg;          break;
       case CMD_MISSINGOK:  missing_ok = true;            break;
+      case CMD_XID     :  /*@fallthrough@*/
       case 'c'         :  ctx = Evc_xidopt2xid(optarg,true);   break;
       case 'd'         :  fmt_func   = utilvserver_fmt_uint64; break;
       case 'M'         :