From c5af992425b815458e6ae01627d370578c68411a Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Fri, 16 Oct 2015 18:37:48 +0300 Subject: [PATCH] Fix a command processing error --- source/client.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/client.cpp b/source/client.cpp index 47f8186..1f21648 100644 --- a/source/client.cpp +++ b/source/client.cpp @@ -42,7 +42,6 @@ void Client::data_available() catch(const exception &e) { send_reply(string("error ")+e.what()); - return; } start = newline+1; -- 2.43.0