From a1fc48f2a6688a3ef7255d3e41d1f3e4432d2fac Mon Sep 17 00:00:00 2001 From: xcps Date: Fri, 11 Mar 2016 16:16:11 +0500 Subject: [PATCH] Update HTTPServer.cpp --- HTTPServer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HTTPServer.cpp b/HTTPServer.cpp index b0281692..ddfa6478 100644 --- a/HTTPServer.cpp +++ b/HTTPServer.cpp @@ -510,8 +510,8 @@ namespace util s << ""; s << "
\r\n"; s << "Jump services for " << address << ""; - s << ""; + s << ""; } void HTTPConnection::ShowLocalDestinations (std::stringstream& s)