Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    rd5ccd83 r5e202b0  
    279279        user_t *t, *u = irc->users;
    280280        account_t *a;
     281       
     282        /* Nested calls might happen sometimes, this is probably the best
     283           place to catch them. */
     284        if( gc->flags & OPT_LOGGING_OUT )
     285                return;
    281286       
    282287        serv_got_crap( gc, "Signing off.." );
     
    10141019        }
    10151020       
    1016         g_list_free( ms );
    1017        
    10181021        return( 1 );
    10191022}
Note: See TracChangeset for help on using the changeset viewer.