fixed the setup call

fb-tls
Claudius Holeksa 2022-01-08 16:03:27 +01:00
parent cfc7cc6aaf
commit 2c0f04227a
1 changed files with 1 additions and 1 deletions

View File

@ -314,6 +314,6 @@ Conveyor<Own<NetworkAddress>> TlsNetwork::parseAddress(const std::string &addr,
}
std::optional<Own<TlsNetwork>> setupTlsNetwork(Network &network) {
return std::nullopt;
return heap<TlsNetwork>(network);
}
} // namespace saw