Starting attempt to implement the new rust time transfer server
This commit is contained in:
@@ -21,9 +21,11 @@ bool FileServerHandler::initialize(std::string &error) {
|
||||
}
|
||||
|
||||
|
||||
#if 0
|
||||
file::config::ssl_option_supplier = [&]{
|
||||
return this->instance_->sslManager()->web_ssl_options();
|
||||
};
|
||||
#endif
|
||||
|
||||
auto server = file::server();
|
||||
assert(server);
|
||||
|
||||
Reference in New Issue
Block a user