mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 19:27:49 +02:00
This closes #201
This commit is contained in:
parent
b6ec0a3526
commit
23a3d48611
1 changed files with 3 additions and 0 deletions
3
SAM.cpp
3
SAM.cpp
|
@ -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…
Add table
Add a link
Reference in a new issue