Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/yahoo/libyahoo2.c

    r4bb50ef r52df5df  
    381381
    382382/* call repeatedly to get the next one */
    383 /*
    384383static struct yahoo_input_data * find_input_by_id(int id)
    385384{
     
    392391        return NULL;
    393392}
    394 */
    395393
    396394static struct yahoo_input_data * find_input_by_id_and_webcam_user(int id, const char * who)
     
    797795{
    798796        struct yahoo_data *yd = find_conn_by_id(id);
     797       
    799798        if(!yd)
    800799                return;
     
    31663165
    31673166        LOG(("write callback: id=%d fd=%d data=%p", id, fd, data));
    3168         if(!yid || !yid->txqueues)
     3167        if(!yid || !yid->txqueues || !find_conn_by_id(id))
    31693168                return -2;
    31703169       
     
    38423841        }
    38433842
    3844        
    3845 /*      do {
     3843        do {
    38463844                yahoo_input_close(yid);
    3847         } while((yid = find_input_by_id(id)));*/
    3848        
     3845        } while((yid = find_input_by_id(id)));
    38493846}
    38503847
Note: See TracChangeset for help on using the changeset viewer.