1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3-ctdb: ctdbd_init_connection() is static to this file.

Guenther
This commit is contained in:
Günther Deschner 2010-09-01 10:56:17 +02:00
parent 7afa6675ee
commit 5568ceda47

View 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