comparison libpurple/protocols/oscar/flap_connection.c @ 23608:de24d89313b0

I swear I did this! I must have gotten a little overzealous with the "u" key. Thanks again datallah!
author Mark Doliner <mark@kingant.net>
date Thu, 17 Jul 2008 16:48:37 +0000
parents 3b3d7039bc8e
children 0a674616953c
comparison
equal deleted inserted replaced
23607:3b3d7039bc8e 23608:de24d89313b0
302 if (conn->new_conn_data != NULL) 302 if (conn->new_conn_data != NULL)
303 { 303 {
304 if (conn->type == SNAC_FAMILY_CHAT) 304 if (conn->type == SNAC_FAMILY_CHAT)
305 { 305 {
306 oscar_chat_destroy(conn->new_conn_data); 306 oscar_chat_destroy(conn->new_conn_data);
307 conn->connect_data = NULL; 307 conn->new_conn_data = NULL;
308 } 308 }
309 } 309 }
310 310
311 if (conn->fd >= 0) 311 if (conn->fd >= 0)
312 { 312 {