|
@@ -343,7 +343,7 @@ bool CSATExecutor::Login(bool bLogin )
|
|
|
|
|
|
m_stLoginReq.strStatus = bLogin ? "0" : "1";
|
|
|
m_stLoginReq.strDeleteStatus = "";
|
|
|
- m_stLoginReq.strIP = GLOBAL::g_strIPAddress;
|
|
|
+ m_stLoginReq.strIP = GLOBAL::GetLocalAddress();
|
|
|
m_stLoginReq.strStorage = "";
|
|
|
if ( bLogin ) {
|
|
|
m_stLoginReq.strDisconnectTime = "";
|