Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5282434

Browse files
committed
fix check_status_requests()
1 parent 8c12b47 commit 5282434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/state.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ check_status_requests(MtmConfig *mtm_cfg)
12091209
initStringInfo(&response_msg);
12101210
pq_send_ascii_string(&response_msg, gid);
12111211
pq_sendint32(&response_msg, state);
1212-
dmq_push_buffer(dest_id, "txresp", msg.data, msg.len);
1212+
dmq_push_buffer(dest_id, "txresp", response_msg.data, response_msg.len);
12131213

12141214
mtm_log(StatusRequest, "responded to %d with %s -> %s",
12151215
sender_node_id, gid, MtmTxStateMnem(state));

0 commit comments

Comments
 (0)