[PR #546] [MERGED] Fixed double initialization of SSL library at foreground #1540

Closed
opened 2026-03-04 02:00:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/546
Author: @ggtakec
Created: 3/19/2017
Status: Merged
Merged: 3/19/2017
Merged by: @ggtakec

Base: masterHead: master


📝 Commits (1)

  • 980ba39 Fixed double initialization of SSL library - #524

📊 Changes

1 file changed (+0 additions, -5 deletions)

View changed files

📝 src/s3fs.cpp (+0 -5)

📄 Description

Relevant Issue (if applicable)

n/a

Details

In foreground mode, SSL library initialization function s3fs_init_global_ssl is called twice at startup.
We are deleting useless calls.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/546 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 3/19/2017 **Status:** ✅ Merged **Merged:** 3/19/2017 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`980ba39`](https://github.com/s3fs-fuse/s3fs-fuse/commit/980ba398bcd20ae8479a71874a0e07720fc1f7e4) Fixed double initialization of SSL library - #524 ### 📊 Changes **1 file changed** (+0 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/s3fs.cpp` (+0 -5) </details> ### 📄 Description #### Relevant Issue (if applicable) n/a #### Details In foreground mode, SSL library initialization function s3fs_init_global_ssl is called twice at startup. We are deleting useless calls. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:00:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#1540
No description provided.