mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 01:46:36 +02:00
Merge pull request #590 from brain5lug/openssl
tiny commit to check pulling
This commit is contained in:
commit
788d1650a2
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