mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
tiny commit to check pulling
This commit is contained in:
parent
94b3bb2391
commit
8f58886a21
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ namespace proxy
|
|||
{
|
||||
uint8_t size;
|
||||
char value[max_socks_hostname_size];
|
||||
void FromString (std::string str)
|
||||
void FromString (const std::string& str)
|
||||
{
|
||||
size = str.length();
|
||||
if (str.length() > max_socks_hostname_size) size = max_socks_hostname_size;
|
||||
|
|
Loading…
Add table
Reference in a new issue