From 8c5c204ea2fa48f82349402930aa0b52d9c79515 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Fri, 10 Oct 2008 14:58:35 +0000 Subject: [PATCH] bugfix for VINI --- src/netns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.43.0