Changeset 1683

Show
Ignore:
Timestamp:
02/22/10 12:22:41 (7 months ago)
Author:
swalsh
Message:

(potentially) fix a crash bug caused by lots of things happening on the network at once when a nick change is going on. I haven't been able to reproduce the crash, but this should fix it.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/oftc-ircservices-1.3/modules/nickserv.c

    r1593 r1683  
    17721772    else if(client != NULL) 
    17731773    { 
    1774       if((target = find_client(nickname_get_nick(client->nickname))) != NULL) 
     1774      if((target = find_client(nickname_get_nick(user->release_name))) != NULL) 
    17751775      { 
    17761776        if(target != client)