Fixed a bug(public_bucket)

1) Fixed a bug(about public_bucket)
   Fixes a bug that public_bucket option does not work.




git-svn-id: http://s3fs.googlecode.com/svn/trunk@489 df820570-a93a-0410-bd06-b72b767a4274
This commit is contained in:
ggtakec@gmail.com 2013-09-29 13:24:30 +00:00
parent e6038f74ed
commit 44468ba00f

View File

@ -3267,6 +3267,7 @@ static int my_fuse_opt_proc(void* data, const char* arg, int key, struct fuse_ar
program_name.c_str());
return -1;
}
return 0;
}
if(0 == STR2NCMP(arg, "host=")){
host = strchr(arg, '=') + sizeof(char);