s3-ctdb: ctdbd_init_connection() is static to this file.
authorGünther Deschner <gd@samba.org>
Wed, 1 Sep 2010 08:56:17 +0000 (10:56 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 1 Sep 2010 08:56:17 +0000 (10:56 +0200)
Guenther

source3/lib/ctdbd_conn.c

index afc13f20c5cbe87f4abd2e17ee1676d8308687d6..ff286148eb4c9d0430552571a54daec73026a0ca 100644 (file)
@@ -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