changeset 2790:0148422dff4d

[gaim-migrate @ 2803] moocow (transmission) says this is better committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 26 Nov 2001 20:15:59 +0000
parents e8a2f3b92348
children 8f6365332a05
files src/proxy.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/proxy.c	Sat Nov 24 19:15:32 2001 +0000
+++ b/src/proxy.c	Mon Nov 26 20:15:59 2001 +0000
@@ -547,7 +547,7 @@
 		return;
 	}
 
-	if ((buf[0] != 0x01) || (buf[1] == 0x00)) {
+	if ((buf[0] != 0x01) || (buf[1] != 0x00)) {
 		close(source);
 		phb->func(phb->data, -1, GAIM_INPUT_READ);
 		g_free(phb->host);