comparison libgaim/protocols/oscar/flap_connection.c @ 14402:648e33275d9d

[gaim-migrate @ 17110] Make peer disconnection error messages a little better for oscar ft and direct connect committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 01 Sep 2006 08:52:23 +0000
parents 92eb7a040663
children f3573d941d66
comparison
equal deleted inserted replaced
14401:4f51b45f4f70 14402:648e33275d9d
314 return; 314 return;
315 315
316 gaim_debug_info("oscar", "Scheduling destruction of FLAP " 316 gaim_debug_info("oscar", "Scheduling destruction of FLAP "
317 "connection of type 0x%04hx\n", conn->type); 317 "connection of type 0x%04hx\n", conn->type);
318 conn->disconnect_reason = reason; 318 conn->disconnect_reason = reason;
319 g_free(conn->error_message);
319 conn->error_message = g_strdup(error_message); 320 conn->error_message = g_strdup(error_message);
320 conn->destroy_timeout = gaim_timeout_add(0, flap_connection_destroy_cb, conn); 321 conn->destroy_timeout = gaim_timeout_add(0, flap_connection_destroy_cb, conn);
321 } 322 }
322 323
323 /** 324 /**