Changeset 6375 for trunk/auto-reply
- Timestamp:
- 07/01/08 06:34:48 (5 months ago)
- Files:
-
- 1 modified
-
trunk/auto-reply/src/autoreply.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/auto-reply/src/autoreply.cpp
r6369 r6375 98 98 { 99 99 unsigned long s = StringToStatus(m_szStatus); 100 ICQOwner *o = gUserManager.FetchOwner(LOCK_R);100 ICQOwner* o = gUserManager.FetchOwner(LICQ_PPID, LOCK_R); 101 101 bool b = o->StatusOffline(); 102 gUserManager.DropOwner( );102 gUserManager.DropOwner(o); 103 103 if (s == INT_MAX) 104 104 gLog.Warn("%sInvalid startup status.\n", L_AUTOREPxSTR);
