X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Ftests%2Fvserver-info.c;h=69bb6118f5ce331daca05f1d546c922550f3dbc9;hb=743ce63629157f297f57137f34146c8dd0c86d78;hp=46dd58783bd850c7edd0ad1e77443be5a6e847db;hpb=78076ffb4d9c1c4406612b3c070cc340219edeec;p=util-vserver.git diff --git a/util-vserver/tests/vserver-info.c b/util-vserver/tests/vserver-info.c index 46dd587..69bb611 100644 --- a/util-vserver/tests/vserver-info.c +++ b/util-vserver/tests/vserver-info.c @@ -49,7 +49,7 @@ main(int argc, char *argv[]) { vcCfgStyle style = (checkArgs(argc, argv), vc_getVserverCfgStyle(argv[1])); char const * name = vc_getVserverName(argv[1], style); - char const * vdir = vc_getVserverVdir(argv[1], style); + char const * vdir = vc_getVserverVdir(argv[1], style, true); WRITE_MSG(2, "Style: "); switch (style) {