Ignore:
Timestamp:
2008-06-14T01:19:12Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
5ec4129
Parents:
b6cd9e9
Message:

This seems to fix the Yahoo! logoff code. I have no idea why this was broken
(on purpose) in libyahoo2, but this fix seems to work and at least Valgrind
is still happy. And I actually see myself log off now, and the fd is actually
cleaned up properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/yahoo/yahoo.c

    rb6cd9e9 r52df5df  
    454454        struct byahoo_write_ready_data *d = data;
    455455       
    456         if( !byahoo_get_ic_by_id( d->id ) )
    457                 /* WTF doesn't libyahoo clean this up? */
    458                 return FALSE;
    459        
    460456        yahoo_write_ready( d->id, d->fd, d->data );
    461457       
Note: See TracChangeset for help on using the changeset viewer.