Browse Source

Merge branch 'master' of https://github.com/PurpleI2P/i2pd

pull/210/head
orignal 9 years ago
parent
commit
e624cb31bd
  1. 3
      SAM.cpp

3
SAM.cpp

@ -101,6 +101,9 @@ namespace client @@ -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);

Loading…
Cancel
Save