The branch, master has been updated
via 5568ced s3-ctdb: ctdbd_init_connection() is static to this file.
from 7afa667 s3-auth: fix uninitialized error code in get_guest_info3().
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 5568ceda47905657b79f7971a3a5eca1ba0cedc1
Author: Günther Deschner <[email protected]>
Date: Wed Sep 1 10:56:17 2010 +0200
s3-ctdb: ctdbd_init_connection() is static to this file.
Guenther
-----------------------------------------------------------------------
Summary of changes:
source3/lib/ctdbd_conn.c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/lib/ctdbd_conn.c b/source3/lib/ctdbd_conn.c
index afc13f2..ff28614 100644
--- a/source3/lib/ctdbd_conn.c
+++ b/source3/lib/ctdbd_conn.c
@@ -1379,12 +1379,4 @@ NTSTATUS ctdb_unwatch(struct ctdbd_connection *conn)
return status;
}
-#else
-
-NTSTATUS ctdbd_init_connection(TALLOC_CTX *mem_ctx,
- struct ctdbd_connection **pconn)
-{
- return NT_STATUS_NOT_IMPLEMENTED;
-}
-
#endif
--
Samba Shared Repository