Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 266877 | Differences between
and this patch

Collapse All | Expand All

(-)pidgin-2.5.5/libpurple/protocols/msn/soap.c (+1 lines)
Lines 667-672 msn_soap_connection_run(gpointer data) Link Here
667
			conn->handled_len = 0;
667
			conn->handled_len = 0;
668
			conn->current_request = req;
668
			conn->current_request = req;
669
669
670
			purple_input_remove(conn->event_handle);
670
			conn->event_handle = purple_input_add(conn->ssl->fd,
671
			conn->event_handle = purple_input_add(conn->ssl->fd,
671
				PURPLE_INPUT_WRITE, msn_soap_write_cb, conn);
672
				PURPLE_INPUT_WRITE, msn_soap_write_cb, conn);
672
			if (!msn_soap_write_cb_internal(conn, conn->ssl->fd, PURPLE_INPUT_WRITE, TRUE)) {
673
			if (!msn_soap_write_cb_internal(conn, conn->ssl->fd, PURPLE_INPUT_WRITE, TRUE)) {

Return to bug 266877