summaryrefslogtreecommitdiffstats
path: root/gisi
diff options
context:
space:
mode:
Diffstat (limited to 'gisi')
-rw-r--r--gisi/client.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gisi/client.c b/gisi/client.c
index 5fc81493..281f8179 100644
--- a/gisi/client.c
+++ b/gisi/client.c
@@ -364,9 +364,8 @@ static gboolean g_isi_callback(GIOChannel *channel, GIOCondition cond,
} else {
/* Transaction ID at offset 0 */
id = msg[0];
- if (cl->func[id] == NULL) {
+ if (cl->func[id] == NULL)
return TRUE; /* Bad transaction ID */
- }
if ((cl->func[id])(cl, msg + 1, len - 1, obj,
cl->data[id]))
g_isi_request_cancel(g_isi_req(cl, id));