|
@@ -343,7 +343,7 @@ bool CSATExecutor::Login(bool bLogin /* = true */)
|
|
|
// Ìî³äÊý¾Ý;
|
|
|
m_stLoginReq.strStatus = bLogin ? "0" : "1"; // 0±íʾµÇ¼;
|
|
|
m_stLoginReq.strDeleteStatus = "";
|
|
|
- m_stLoginReq.strIP = GLOBAL::g_strIPAddress;
|
|
|
+ m_stLoginReq.strIP = GLOBAL::GetLocalAddress();// GLOBAL::g_strIPAddress;
|
|
|
m_stLoginReq.strStorage = "";
|
|
|
if ( bLogin ) {
|
|
|
m_stLoginReq.strDisconnectTime = "";
|