Ignore:
Timestamp:
2010-04-11T22:49:32Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
6c56f42
Parents:
d986463
Message:

Fixed cleanup issues when turning off an account. Also fixed syntax of
*_user_free().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/bee_user.c

    rd986463 reabc9d2  
    4646}
    4747
    48 int bee_user_free( bee_t *bee, struct im_connection *ic, const char *handle )
     48int bee_user_free( bee_t *bee, bee_user_t *bu )
    4949{
    50         bee_user_t *bu;
    51        
    52         if( ( bu = bee_user_by_handle( bee, ic, handle ) ) == NULL )
     50        if( !bu )
    5351                return 0;
    5452       
Note: See TracChangeset for help on using the changeset viewer.