Changeset 718e05f


Ignore:
Timestamp:
2008-07-28T23:44:58Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
0f4c2734, 8661caa
Parents:
6a78c0e
Message:

ext_yahoo_error() shouldn't close the connection if the error is fatal,
the caller will do it already.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/yahoo/yahoo.c

    r6a78c0e r718e05f  
    665665       
    666666        imcb_error( ic, "%s", err );
    667        
    668         if( fatal )
    669                 imc_logout( ic, TRUE );
    670667}
    671668
Note: See TracChangeset for help on using the changeset viewer.