Changeset 1686

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

[MERGE] (r1685) apparently checking compile warnings is a good idea

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/nickserv.c

    r1684 r1686  
    17761776    else if(client != NULL) 
    17771777    { 
    1778       if((target = find_client(nickname_get_nick(user->release_name))) != NULL) 
     1778      if((target = find_client(user->release_name)) != NULL) 
    17791779      { 
    17801780        if(target != client)