fix
This commit is contained in:
4
tests/fixtures/winfsp_fixture.hpp
vendored
4
tests/fixtures/winfsp_fixture.hpp
vendored
@@ -78,8 +78,8 @@ protected:
|
|||||||
config->set_enable_drive_events(true);
|
config->set_enable_drive_events(true);
|
||||||
event_system::instance().start();
|
event_system::instance().start();
|
||||||
|
|
||||||
comm_ = std::make_unique<curl_comm>(config->get_s3_config());
|
comm = std::make_unique<curl_comm>(config->get_s3_config());
|
||||||
provider = std::make_unique<s3_provider>(*config, *comm_);
|
provider = std::make_unique<s3_provider>(*config, *comm);
|
||||||
drive = std::make_unique<winfsp_drive>(*config, lock_data_, *provider);
|
drive = std::make_unique<winfsp_drive>(*config, lock_data_, *provider);
|
||||||
#endif
|
#endif
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user