Show
Ignore:
Timestamp:
07/01/08 19:01:58 (5 months ago)
Author:
flynd
Message:

Forgot one call to SetOwnerUin? in r6382.

Files:
1 modified

Legend:

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

    r6382 r6383  
    15871587      } 
    15881588      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); 
    15901592      ICQEvent *e = DoneExtendedEvent(ICQ_CMDxSND_REGISTERxUSER, 1, EVENT_SUCCESS); 
    15911593      if (e != NULL) ProcessDoneEvent(e);