Changeset 6383
- Timestamp:
- 07/01/08 19:01:58 (2 months ago)
- Files:
-
- 1 modified
-
trunk/licq/src/icqd-udp.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/src/icqd-udp.cpp
r6382 r6383 1587 1587 } 1588 1588 gLog.Info("%sReceived new uin: %ld\n", L_UDPxSTR, nOwnerUin); 1589 gUserManager.SetOwnerUin(nOwnerUin); 1589 char ownerId[24]; 1590 sprintf(ownerId, "%lu", nOwnerUin); 1591 gUserManager.AddOwner(ownerId, LICQ_PPID); 1590 1592 ICQEvent *e = DoneExtendedEvent(ICQ_CMDxSND_REGISTERxUSER, 1, EVENT_SUCCESS); 1591 1593 if (e != NULL) ProcessDoneEvent(e);
