Changeset devel,410

Show
Ignore:
Timestamp:
2008-07-28T23:44:58Z (2 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
branch-nick:
devel
revision id:
wilmer@gaast.net-20080728234458-4fiz38hxjxx7la7l
Message:

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • devel/protocols/yahoo/yahoo.c

    r400 r410  
    665665         
    666666        imcb_error( ic, "%s", err ); 
    667          
    668         if( fatal ) 
    669                 imc_logout( ic, TRUE ); 
    670667} 
    671668