diff --git a/src/i2p.cpp b/src/i2p.cpp index c2c62c6..e54b63c 100644 --- a/src/i2p.cpp +++ b/src/i2p.cpp @@ -120,7 +120,7 @@ bool StreamSessionAdapter::Start () GetArg(I2P_SAM_HOST_PARAM, I2P_SAM_HOST_DEFAULT), (uint16_t)GetArg(I2P_SAM_PORT_PARAM, I2P_SAM_PORT_DEFAULT), GetArg(I2P_SAM_MY_DESTINATION_PARAM, I2P_SAM_MY_DESTINATION_DEFAULT), - GetArg(I2P_SAM_I2P_OPTIONS_PARAM, SAM_DEFAULT_I2P_OPTIONS)); + GetArg(I2P_SAM_I2P_OPTIONS_PARAM, I2P_SAM_I2P_OPTIONS_DEFAULT)); } void StreamSessionAdapter::Stop ()