From: Mikko Rasa Date: Fri, 16 Oct 2015 15:37:48 +0000 (+0300) Subject: Fix a command processing error X-Git-Url: http://git.tdb.fi/?p=xinema.git;a=commitdiff_plain;h=c5af992425b815458e6ae01627d370578c68411a Fix a command processing error --- 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;