From: Sapan Bhatia Date: Fri, 10 Oct 2008 14:58:35 +0000 (+0000) Subject: bugfix for VINI X-Git-Tag: util-vserver-pl-0.3-15~9 X-Git-Url: http://git.onelab.eu/?p=util-vserver-pl.git;a=commitdiff_plain;h=8c5c204ea2fa48f82349402930aa0b52d9c79515 bugfix for VINI --- diff --git a/src/netns.c b/src/netns.c index 3a6bba6..8f0c598 100644 --- a/src/netns.c +++ b/src/netns.c @@ -29,7 +29,7 @@ get_space_flag(xid_t xid) { if (!ctx_space_file) return 0; - sprintf(ctx_space_file,VSERVERCONF SPACE_FILE "%s", slice_user->pw_name); + sprintf(ctx_space_file,VSERVERCONF "%s" SPACE_FILE, slice_user->pw_name); if (access(ctx_space_file, F_OK)==0) space_flag |= CLONE_NEWNET;