mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
fixed typo
This commit is contained in:
parent
099adab9ed
commit
9bbce5dba6
1 changed files with 3 additions and 3 deletions
|
@ -410,7 +410,7 @@ namespace client
|
|||
auto authType = GetI2CPOption(section, I2CP_PARAM_LEASESET_AUTH_TYPE, 0);
|
||||
if (authType != "0") // auth is set
|
||||
{
|
||||
options[I2CP_PARAM_LEASESET_TYPE] = authType;
|
||||
options[I2CP_PARAM_LEASESET_AUTH_TYPE] = authType;
|
||||
if (authType == "1") // DH
|
||||
ReadI2CPOptionsGroup (section, I2CP_PARAM_LEASESET_CLIENT_DH, options);
|
||||
else if (authType == "2") // PSK
|
||||
|
|
Loading…
Add table
Reference in a new issue