mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
use the correct expected size for thew _cancel control
(This used to be ctdb commit 5974b5f7998ef96aeadb7377f32ef1ab85bb5943)
This commit is contained in:
parent
44f1d1fea7
commit
d66c77d960
@ -549,7 +549,7 @@ static int32_t ctdb_control_dispatch(struct ctdb_context *ctdb,
|
||||
}
|
||||
|
||||
case CTDB_CONTROL_TRANSACTION_CANCEL:
|
||||
CHECK_CONTROL_DATA_SIZE(sizeof(uint32_t));
|
||||
CHECK_CONTROL_DATA_SIZE(0);
|
||||
return ctdb_control_transaction_cancel(ctdb);
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user