Changeset 6246 for trunk/licq/src/icqd-srv.cpp
- Timestamp:
- 06/09/08 01:12:07 (7 months ago)
- Files:
-
- 1 modified
-
trunk/licq/src/icqd-srv.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/src/icqd-srv.cpp
r6227 r6246 634 634 gLog.Info(tr("%sRegistering a new user...\n"), L_SRVxSTR); 635 635 ICQEvent *e = SendExpectEvent_Server(0, p, NULL); 636 e->thread_plugin = m_nRegisterThreadId; 636 if (e != NULL) 637 e->thread_plugin = m_nRegisterThreadId; 637 638 } 638 639
