fixed path of default-uri file
[util-vserver.git] / util-vserver / src / reducecap.c
index 265e6de..2852dcd 100644 (file)
@@ -199,7 +199,7 @@ int main (int argc, char *argv[])
                        if (show){
                                reducecap_print (&user);
                        }
-                       if (vc_new_s_context(-2,remove,flags)==-1){
+                       if (vc_new_s_context(VC_SAMECTX,remove,flags)==VC_NOCTX){
                                perror ("new_s_context -2");
                        }else{
                                fprintf (stderr,"Executing\n");