diff --git a/daemon/HTTPServer.cpp b/daemon/HTTPServer.cpp index 5601930f..da2d3183 100644 --- a/daemon/HTTPServer.cpp +++ b/daemon/HTTPServer.cpp @@ -1115,7 +1115,7 @@ namespace http { { s << "NTCP2"; if (address->host.is_v6 ()) s << "v6"; - s << "" << tr("supported") << "\r\n\r\n"; + s << "" << tr("supported") << "\r\n\r\n"; continue; } switch (address->transportStyle)