From 518cd26a9ab9b38e3ad314851df91bc5ac3fd63c Mon Sep 17 00:00:00 2001 From: dr|z3d Date: Sat, 14 Aug 2021 20:54:45 +0000 Subject: [PATCH] Console: ensure our tick shows when NTCP2 enabled --- daemon/HTTPServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)