Changeset 43f205b for protocols


Ignore:
Timestamp:
2005-12-18T01:06:11Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
3b9390b
Parents:
a03a9f3
Message:

Crashbug fix in new MSN Passport code (plus a fix to make the 005 reply actually work).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/passport.c

    ra03a9f3 r43f205b  
    8888        struct passport_reply *rep = req->data;
    8989       
    90         if( !g_slist_find( msn_connections, rep->data ) )
     90        if( !g_slist_find( msn_connections, rep->data ) || !req->finished || !req->reply_headers )
    9191        {
    9292                destroy_reply( rep );
     
    169169        char *urlend;
    170170       
    171         if( !g_slist_find( msn_connections, rep->data ) )
     171        if( !g_slist_find( msn_connections, rep->data ) || !req->finished || !req->reply_headers )
    172172        {
    173173                destroy_reply( rep );
Note: See TracChangeset for help on using the changeset viewer.