Changeset 118

Show
Ignore:
Timestamp:
21/10/08 15:57:33 (3 months ago)
Author:
smoku
Message:

Fixed segfault in user_probe_all()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • jggtrans/src/users.c

    r117 r118  
    637637                        u=user_get_by_jid(de->d_name); 
    638638                        if(u){ 
    639                                 if(u->subscribe==SUB_FROM || u->subscribe==SUB_BOTH)) 
     639                                if(u->subscribe==SUB_FROM || u->subscribe==SUB_BOTH) 
    640640                                        presence_send_probe(s,NULL,de->d_name); 
    641641                                user_free(u);