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:
parent
7afa6675ee
commit
5568ceda47
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user