summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ctdb/protocol/protocol_control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/protocol/protocol_control.c b/ctdb/protocol/protocol_control.c
index 50114ba980a..aa6e38f7a3f 100644
--- a/ctdb/protocol/protocol_control.c
+++ b/ctdb/protocol/protocol_control.c
@@ -899,7 +899,7 @@ static int ctdb_req_control_data_pull(uint8_t *buf, size_t buflen,
break;
case CTDB_CONTROL_DEREGISTER_NOTIFY:
- ctdb_uint64_pull(buf, buflen, &cd->data.srvid, &np);
+ ret = ctdb_uint64_pull(buf, buflen, &cd->data.srvid, &np);
break;
case CTDB_CONTROL_TRANS3_COMMIT: