Changeset 7c2d798b for protocols


Ignore:
Timestamp:
2005-12-01T11:52:25Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e5663e0
Parents:
6caa56a
Message:

jabber.c:542: warning: `gjc' might be used uninitialized in this function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.c

    r6caa56a r7c2d798b  
    542542        gjconn gjc;
    543543       
     544        jd = gc->proto_data;
     545        gjc = jd->gjc;
     546       
    544547        if (source == NULL) {
    545548                STATE_EVT(JCONN_STATE_OFF)
     
    551554                return;
    552555        }
    553        
    554         jd = gc->proto_data;
    555         gjc = jd->gjc;
    556556       
    557557        gjab_connected(data, gjc->fd, cond);
Note: See TracChangeset for help on using the changeset viewer.