mirror of
https://github.com/falk-werner/webfuse
synced 2026-03-02 03:40:24 +00:00
use tls configuration in server and provider
This commit is contained in:
@@ -10,7 +10,7 @@ namespace webfuse
|
||||
fixture::fixture(filesystem_i & fs)
|
||||
: shutdown_requested(false)
|
||||
, provider_running(false)
|
||||
, fs_provider(fs)
|
||||
, fs_provider(fs, "")
|
||||
, app(working_dir.name())
|
||||
{
|
||||
fs_provider.set_connection_listener([this](bool is_connected) {
|
||||
|
||||
Reference in New Issue
Block a user