1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-22 02:50:28 +03:00

add a mising parameter to the new signature for ctdb_control

(This used to be ctdb commit 3a3304cd48d644c758f416ec283faf3ba9690c04)
This commit is contained in:
Ronnie Sahlberg 2007-05-14 06:50:24 +10:00
parent 4f7fc688f7
commit 4bacd385ef

View File

@ -1209,7 +1209,7 @@ int ctdb_ctrl_bumprsn(struct ctdb_context *ctdb, struct timeval timeout, uint32_
ret = ctdb_control(ctdb, destnode, 0,
CTDB_CONTROL_BUMP_RSN, 0, indata,
mem_ctx, &outdata, &res, &timeout);
mem_ctx, &outdata, &res, &timeout, NULL);
if (ret != 0 || res != 0) {
DEBUG(0,(__location__ " ctdb_control for bumprsn failed\n"));
return -1;