The branch, master has been updated
via 3e0cc6e s3-auth: remove leftover prototype from auth_domain.
from e5251ee winbindd: Remove a misleading comment
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 3e0cc6e96d82a522026828af65ff7ba8f645528b
Author: Günther Deschner <[email protected]>
Date: Sat Oct 28 11:50:35 2017 +0200
s3-auth: remove leftover prototype from auth_domain.
Guenther
Signed-off-by: Guenther Deschner <[email protected]>
Reviewed-by: Volker Lendecke <[email protected]>
Autobuild-User(master): Volker Lendecke <[email protected]>
Autobuild-Date(master): Mon Oct 30 00:15:07 CET 2017 on sn-devel-144
-----------------------------------------------------------------------
Summary of changes:
source3/auth/proto.h | 4 ----
1 file changed, 4 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/auth/proto.h b/source3/auth/proto.h
index 3942815..996b432 100644
--- a/source3/auth/proto.h
+++ b/source3/auth/proto.h
@@ -97,10 +97,6 @@ NTSTATUS auth_check_ntlm_password(TALLOC_CTX *mem_ctx,
NTSTATUS auth_builtin_init(TALLOC_CTX *mem_ctx);
-/* The following definitions come from auth/auth_domain.c */
-
-NTSTATUS auth_domain_init(TALLOC_CTX *mem_ctx);
-
/* The following definitions come from auth/auth_generic.c */
NTSTATUS make_auth4_context(TALLOC_CTX *mem_ctx, struct auth4_context
**auth4_context_out);
--
Samba Shared Repository