mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-31 00:34:20 +00:00
Merge pull request #590 from brain5lug/openssl
tiny commit to check pulling
This commit is contained in:
commit
788d1650a2
@ -26,7 +26,7 @@ namespace proxy
|
|||||||
{
|
{
|
||||||
uint8_t size;
|
uint8_t size;
|
||||||
char value[max_socks_hostname_size];
|
char value[max_socks_hostname_size];
|
||||||
void FromString (std::string str)
|
void FromString (const std::string& str)
|
||||||
{
|
{
|
||||||
size = str.length();
|
size = str.length();
|
||||||
if (str.length() > max_socks_hostname_size) size = max_socks_hostname_size;
|
if (str.length() > max_socks_hostname_size) size = max_socks_hostname_size;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user