[evolution-data-server/camel-socks-proxy-master] Oops, fix a struct field's name
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/camel-socks-proxy-master] Oops, fix a struct field's name
- Date: Mon, 20 Sep 2010 16:55:56 +0000 (UTC)
commit 57a3b854c70fb205816a5bcd6d924bb1ccbe1ef1
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 4f5ec49..ba1f3bd 100644
--- a/camel/camel-tcp-stream-raw.c
+++ b/camel/camel-tcp-stream-raw.c
@@ -1078,7 +1078,7 @@ tcp_stream_raw_connect (CamelTcpStream *stream,
goto out;
}
- if (ai->next != NULL)
+ if (ai->ai_next != NULL)
g_clear_error (error); /* 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]