mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
dbwrap: fix comment in code leading to wrong function parameter
Signed-off-by: Swen Schillig <swen@linux.ibm.com> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
parent
2bdb5a7578
commit
f34582af1d
@ -947,8 +947,8 @@ static NTSTATUS db_ctdb_send_schedule_for_deletion(struct db_record *rec)
|
||||
crec->ctdb_ctx->db_id,
|
||||
CTDB_CTRL_FLAG_NOREPLY, /* flags */
|
||||
indata,
|
||||
NULL, /* mem_ctx */
|
||||
NULL, /* outdata */
|
||||
NULL, /* errmsg */
|
||||
&cstatus);
|
||||
talloc_free(indata.dptr);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user