projects
/
dana
/
cg-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cf3e2e
)
Propagate the right error
author
Benjamin Otte
<otte@gnome.org>
Mon, 20 Jul 2009 12:29:32 +0000
(14:29 +0200)
committer
Benjamin Otte
<otte@gnome.org>
Mon, 20 Jul 2009 12:29:51 +0000
(14:29 +0200)
gio/gsocketclient.c
patch
|
blob
|
history
diff --git
a/gio/gsocketclient.c
b/gio/gsocketclient.c
index 2a2b862b61da93319dc3fe54276e06d9b9f6a6d4..72c942984833735b4b366f500846c67fd3359ce0 100644
(file)
--- a/
gio/gsocketclient.c
+++ b/
gio/gsocketclient.c
@@
-514,7
+514,7
@@
g_socket_client_connect (GSocketClient *client,
}
else if (last_error)
{
- g_propagate_error (error,
tmp
_error);
+ g_propagate_error (error,
last
_error);
}
else
g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_FAILED,