src/proxy.c

changeset 6017
c66d3a42a5a2
parent 6001
1abbeff6571c
child 6040
ab00305db747
--- a/src/proxy.c	Fri Jul 04 19:12:06 2003 +0000
+++ b/src/proxy.c	Fri Jul 04 19:16:48 2003 +0000
@@ -1030,7 +1030,7 @@
 		if (phb->account == NULL ||
 			gaim_account_get_connection(phb->account) != NULL) {
 
-			phb->func(phb->data, -1, GAIM_INPUT_READ);
+			phb->func(phb->data, source, GAIM_INPUT_READ);
 		}
 
 		g_free(phb->host);
@@ -1186,7 +1186,7 @@
 		if (phb->account == NULL ||
 			gaim_account_get_connection(phb->account) != NULL) {
 
-			phb->func(phb->data, -1, GAIM_INPUT_READ);
+			phb->func(phb->data, source, GAIM_INPUT_READ);
 		}
 
 		g_free(phb->host);
@@ -1306,7 +1306,7 @@
 		if (phb->account == NULL ||
 			gaim_account_get_connection(phb->account) != NULL) {
 
-			phb->func(phb->data, -1, GAIM_INPUT_READ);
+			phb->func(phb->data, source, GAIM_INPUT_READ);
 		}
 
 		g_free(phb->host);

mercurial