aboutsummaryrefslogtreecommitdiffstats
path: root/fnet/src/vespa/fnet/connection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fnet/src/vespa/fnet/connection.cpp')
-rw-r--r--fnet/src/vespa/fnet/connection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnet/src/vespa/fnet/connection.cpp b/fnet/src/vespa/fnet/connection.cpp
index fef8a6bf01b..314fc7517e5 100644
--- a/fnet/src/vespa/fnet/connection.cpp
+++ b/fnet/src/vespa/fnet/connection.cpp
@@ -78,7 +78,7 @@ struct DoHandshakeWork : vespalib::Executor::Task {
}
-FNET_Connection::ResolveHandler::ResolveHandler(FNET_Connection *conn)
+FNET_Connection::ResolveHandler::ResolveHandler(FNET_Connection *conn) noexcept
: connection(conn),
address()
{