summaryrefslogtreecommitdiff
path: root/source3/lib/ctdbd_conn.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/ctdbd_conn.c')
-rw-r--r--source3/lib/ctdbd_conn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/ctdbd_conn.c b/source3/lib/ctdbd_conn.c
index 053d1b57e71..fc7b81fc872 100644
--- a/source3/lib/ctdbd_conn.c
+++ b/source3/lib/ctdbd_conn.c
@@ -1783,7 +1783,7 @@ static int ctdbd_connection_destructor(struct ctdbd_connection *c)
for (recv_state = c->recv_list; recv_state != NULL;) {
DLIST_REMOVE(c->recv_list, recv_state);
recv_state->conn = NULL;
- tevent_req_defer_callback(send_state->req, recv_state->ev);
+ tevent_req_defer_callback(recv_state->req, recv_state->ev);
tevent_req_error(recv_state->req, EIO);
}