Changeset 618

Show
Ignore:
Timestamp:
07/23/05 21:46:53 (3 years ago)
Author:
jajcus
Message:

- do not access contact possibly removed by user_check_contact()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/presence.c

    r615 r618  
    512512        if (!c) return -1; 
    513513        c->got_online=FALSE; 
     514        session_update_contact(s,c); 
    514515        user_check_contact(s->user,c); 
    515         session_update_contact(s,c); 
    516516        return 0; 
    517517}