mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
Merge branch 'master' of https://github.com/PurpleI2P/i2pd
This commit is contained in:
commit
e624cb31bd
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
Reference in a new issue