diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-09-25 21:32:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:30:59 -0500 |
commit | 33fd077575407541e5b2421d9af249dd7bc209c1 (patch) | |
tree | 75a14402f8f3ae932429da302f4e6b153787c2e5 | |
parent | d7a97b4b4c838cabbfb04fd4673cde97fb54b49d (diff) | |
download | samba-33fd077575407541e5b2421d9af249dd7bc209c1.tar.gz samba-33fd077575407541e5b2421d9af249dd7bc209c1.tar.bz2 samba-33fd077575407541e5b2421d9af249dd7bc209c1.zip |
r25323: Fix the build
(This used to be commit e55b30ab8417cb36def8e4d8b8f6ba16b4e664c1)
-rw-r--r-- | source3/lib/ctdbd_conn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/ctdbd_conn.c b/source3/lib/ctdbd_conn.c index f56520b4a3..08ab256acc 100644 --- a/source3/lib/ctdbd_conn.c +++ b/source3/lib/ctdbd_conn.c @@ -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"); |