X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Console%2FServer.cc;h=856a67c6b6dded059659a26fd8ce7a80c649c1b5;hb=80c6cb7ba9ad7776824c84809f422209adf27331;hp=4d6eb2a14b7a11e0f1668fd4437d4d4fa7f01fcf;hpb=9a782796586d1f6708e1baab64f2140c3c7972e8;p=senf.git diff --git a/Console/Server.cc b/Console/Server.cc index 4d6eb2a..856a67c 100644 --- a/Console/Server.cc +++ b/Console/Server.cc @@ -171,8 +171,9 @@ prefix_ void senf::console::Client::clientData(ReadHelper::ptr hel lastCommand_ = data; try { - if (! parser_.parse(data, boost::bind(boost::ref(executor_), _1, - boost::ref(out_t::member)))) + if (! parser_.parse(data, boost::bind( boost::ref(executor_), + boost::ref(out_t::member), + _1 )) ) out_t::member << "syntax error" << std::endl; } catch (Executor::ExitException &) {