mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-18 02:05:13 +00:00
Fixed double initialization of SSL library - #524
This commit is contained in:
parent
0d59ac51c1
commit
980ba398bc
@ -5004,11 +5004,6 @@ int main(int argc, char* argv[])
|
|||||||
s3fs_oper.removexattr = s3fs_removexattr;
|
s3fs_oper.removexattr = s3fs_removexattr;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!s3fs_init_global_ssl()){
|
|
||||||
S3FS_PRN_EXIT("could not initialize for ssl libraries.");
|
|
||||||
exit(EXIT_FAILURE);
|
|
||||||
}
|
|
||||||
|
|
||||||
// set signal handler for debugging
|
// set signal handler for debugging
|
||||||
if(!set_s3fs_usr2_handler()){
|
if(!set_s3fs_usr2_handler()){
|
||||||
S3FS_PRN_EXIT("could not set signal handler for SIGUSR2.");
|
S3FS_PRN_EXIT("could not set signal handler for SIGUSR2.");
|
||||||
|
Loading…
Reference in New Issue
Block a user