From a656aff91b3191a756558b8d1e24b9da08402bcc Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Tue, 24 Mar 2009 20:43:06 +0000 Subject: [PATCH] --- fusemount.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fusemount.c b/fusemount.c index eb870eb..715a065 100644 --- a/fusemount.c +++ b/fusemount.c @@ -1,3 +1,5 @@ +/* Adaptation of Jeremy Stribling's version of the script to work with Vsys */ + #include #include #include @@ -30,7 +32,6 @@ int do_mount( int control_channel ) { char buf[1024]; int n = read( control_channel, buf, 1024 ); assert( n != 1024 ); - char source[200]; char target[200]; char fstype[200]; -- 2.43.0