[evolution-data-server/camel-socks-proxy] Oops, fix a struct field's name



commit fb1e61023eae0ee9dd2c42e858424c1fd4f8ddba
Author: Federico Mena Quintero <federico novell com>
Date:   Mon Sep 20 12:05:43 2010 -0500

    Oops, fix a struct field's name
    
    Signed-off-by: Federico Mena Quintero <federico novell com>

 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 f44965d..2bb7090 100644
--- a/camel/camel-tcp-stream-raw.c
+++ b/camel/camel-tcp-stream-raw.c
@@ -1125,7 +1125,7 @@ stream_connect (CamelTcpStream *stream, const char *host, const char *service, g
 			goto out;
 		}
 
-		if (ai->next != NULL)
+		if (ai->ai_next != NULL)
 			camel_exception_clear (ex); /* Only preserve the error from the last try, in case no tries are successful */
 
 		ai = ai->ai_next;



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