[evolution-data-server] Bug #630222 - Build failure camel-tcp-stream-raw.c



commit e85187e0c274b29b9690b0ff0cbf82717cbf6343
Author: David Ronis <david ronis mcgill ca>
Date:   Tue Sep 21 10:32:28 2010 +0530

    Bug #630222 - Build failure camel-tcp-stream-raw.c
    
    There is an extra ) at the end of the if.

 camel/camel-tcp-stream-raw.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/camel-tcp-stream-raw.c b/camel/camel-tcp-stream-raw.c
index a4898cd..ac5fe96 100644
--- a/camel/camel-tcp-stream-raw.c
+++ b/camel/camel-tcp-stream-raw.c
@@ -726,7 +726,7 @@ connect_to_socks4_proxy (CamelTcpStreamRaw *raw, const gchar *proxy_host, gint p
 		goto error;
 	}
 
-	if (reply[1] != 90)) {	/* 90 means "request granted" */
+	if (reply[1] != 90) {	/* 90 means "request granted" */
 #ifdef G_OS_WIN32
 		errno = WSAECONNREFUSED;
 #else



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]