Changeset 43f205b for protocols/msn
- Timestamp:
- 2005-12-18T01:06:11Z (19 years ago)
- Branches:
- master
- Children:
- 3b9390b
- Parents:
- a03a9f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/passport.c
ra03a9f3 r43f205b 88 88 struct passport_reply *rep = req->data; 89 89 90 if( !g_slist_find( msn_connections, rep->data ) )90 if( !g_slist_find( msn_connections, rep->data ) || !req->finished || !req->reply_headers ) 91 91 { 92 92 destroy_reply( rep ); … … 169 169 char *urlend; 170 170 171 if( !g_slist_find( msn_connections, rep->data ) )171 if( !g_slist_find( msn_connections, rep->data ) || !req->finished || !req->reply_headers ) 172 172 { 173 173 destroy_reply( rep );
Note: See TracChangeset
for help on using the changeset viewer.