mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-16 17:25:13 +00:00
Fixed 'load_sse_c' option not working - #388
This commit is contained in:
parent
845fdb43f2
commit
1ddbd4d6bb
@ -4433,6 +4433,7 @@ static int my_fuse_opt_proc(void* data, const char* arg, int key, struct fuse_ar
|
|||||||
S3FS_PRN_EXIT("failed to load use_sse custom key file(%s).", ssecfile);
|
S3FS_PRN_EXIT("failed to load use_sse custom key file(%s).", ssecfile);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
if(0 == STR2NCMP(arg, "ssl_verify_hostname=")){
|
if(0 == STR2NCMP(arg, "ssl_verify_hostname=")){
|
||||||
long sslvh = static_cast<long>(s3fs_strtoofft(strchr(arg, '=') + sizeof(char)));
|
long sslvh = static_cast<long>(s3fs_strtoofft(strchr(arg, '=') + sizeof(char)));
|
||||||
|
Loading…
Reference in New Issue
Block a user