chxid applies to the filesystem, so it should use tags.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Sun, 31 Aug 2008 20:09:41 +0000 (20:09 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Sun, 31 Aug 2008 20:09:41 +0000 (20:09 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2781 94cd875c-1c1d-0410-91d2-eb244daf1a30

src/chxid.c

index 1b8a823..596f0a9 100644 (file)
@@ -109,7 +109,7 @@ fixupParams(struct Arguments UNUSED *args, int argc)
     exit(1);
   }
 
-  args->ctx            = vc_xidopt2xid(args->ctx_str, true, 0);
+  args->ctx            = vc_tagopt2tag(args->ctx_str, true, 0);
   args->do_display_dir = !args->do_recurse;
   args->do_display_dot = true;
 }