1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r25323: Fix the build

This commit is contained in:
Volker Lendecke 2007-09-25 21:32:49 +00:00 committed by Gerald (Jerry) Carter
parent 1cbe40b27c
commit e55b30ab84

View File

@ -95,7 +95,7 @@ static NTSTATUS get_cluster_vnn(struct ctdbd_connection *conn, uint32 *vnn)
int32_t cstatus=-1;
NTSTATUS status;
status = ctdbd_control(conn,
CTDB_CURRENT_NODE, CTDB_CONTROL_GET_VNN, 0,
CTDB_CURRENT_NODE, CTDB_CONTROL_GET_PNN, 0,
tdb_null, NULL, NULL, &cstatus);
if (!NT_STATUS_IS_OK(status)) {
cluster_fatal("ctdbd_control failed\n");