mirror of
https://github.com/samba-team/samba.git
synced 2025-09-16 01:44:21 +03:00
use the correct expected size for thew _cancel control
(This used to be ctdb commit 5974b5f7998ef96aeadb7377f32ef1ab85bb5943)
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user