Changeset 5830

Show
Ignore:
Timestamp:
11/16/07 22:15:26 (12 months ago)
Author:
eugene
Message:

Ensured user is not locked when calling CICQDaemon::AddUserToList?.
Must fix #1586.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/src/icqd.cpp

    r5450 r5830  
    26972697        } 
    26982698        gLog.Info(tr("%s%s from new user (%lu).\n"), L_SRVxSTR, szType, u->Uin()); 
     2699        u->Unlock(); 
    26992700        AddUserToList(u); 
    27002701        bNewUser = false;