diff options
| author | Federico Mena Quintero <federico@novell.com> | 2010-09-20 12:05:43 -0500 |
|---|---|---|
| committer | Federico Mena Quintero <federico@novell.com> | 2010-09-20 12:05:43 -0500 |
| commit | 57a3b854c70fb205816a5bcd6d924bb1ccbe1ef1 (patch) | |
| tree | 13ea501f57bba1847ef02f5867804a0c9d9c03f3 | |
| parent | 64d7b241dd29e17b30896781a5fa5f5bb818b519 (diff) | |
| download | evolution-data-server-camel-socks-proxy-master.tar.gz | |
Oops, fix a struct field's namecamel-socks-proxy-master
Signed-off-by: Federico Mena Quintero <federico@novell.com>
| -rw-r--r-- | 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 4f5ec49ad..ba1f3bdcd 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; |
