This closes #201

This commit is contained in:
Mikhail Titov 2015-06-10 16:08:22 -05:00
parent b6ec0a3526
commit 23a3d48611

View File

@ -101,6 +101,9 @@ namespace client
if (separator)
{
separator++;
char *eol = strchr (separator, '\n');
if (eol)
*eol = 0;
std::map<std::string, std::string> params;
ExtractParams (separator, params);
auto it = params.find (SAM_PARAM_MAX);