Ignore:
Timestamp:
2010-05-09T00:28:38Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
75610c3
Parents:
eb37735
Message:

Create the struct groupchat early on in msn_chat_with() so the new chat
setup method works properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.c

    reb37735 r36577aa  
    223223{
    224224        struct msn_switchboard *sb;
     225        struct groupchat *c = imcb_chat_new( ic, who );
    225226       
    226227        if( ( sb = msn_sb_by_handle( ic, who ) ) )
     
    240241                msn_sb_write_msg( ic, m );
    241242
    242                 return NULL;
    243         }
    244        
    245         return NULL;
     243                return c;
     244        }
    246245}
    247246
Note: See TracChangeset for help on using the changeset viewer.