mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 04:04:16 +00:00
tiny commit to check pulling
This commit is contained in:
parent
94b3bb2391
commit
8f58886a21
@ -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