summaryrefslogtreecommitdiff
path: root/source3/auth/auth_domain.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-06-04 16:40:50 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-06-04 16:40:50 +0000
commitcad20ab63b55462836da007de39fc84ffa38eda8 (patch)
treefe71c39aeab81c67f5db5833c758a5e2d8557f14 /source3/auth/auth_domain.c
parentf90d309c8ad14d0a0805420a0805551da6c0366d (diff)
downloadsamba-cad20ab63b55462836da007de39fc84ffa38eda8.tar.gz
samba-cad20ab63b55462836da007de39fc84ffa38eda8.tar.bz2
samba-cad20ab63b55462836da007de39fc84ffa38eda8.zip
Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>
(This used to be commit e1a8e9b7f3e69c7271d2b715703b2d5b2412bd42)
Diffstat (limited to 'source3/auth/auth_domain.c')
-rw-r--r--source3/auth/auth_domain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c
index 827b4029d2..2991684280 100644
--- a/source3/auth/auth_domain.c
+++ b/source3/auth/auth_domain.c
@@ -458,7 +458,7 @@ static NTSTATUS check_ntdomain_security(const struct auth_context *auth_context,
}
/* module initialisation */
-NTSTATUS auth_init_ntdomain(struct auth_context *auth_context, const char* param, auth_methods **auth_method)
+static NTSTATUS auth_init_ntdomain(struct auth_context *auth_context, const char* param, auth_methods **auth_method)
{
if (!make_auth_methods(auth_context, auth_method)) {
return NT_STATUS_NO_MEMORY;
@@ -546,7 +546,7 @@ static NTSTATUS check_trustdomain_security(const struct auth_context *auth_conte
}
/* module initialisation */
-NTSTATUS auth_init_trustdomain(struct auth_context *auth_context, const char* param, auth_methods **auth_method)
+static NTSTATUS auth_init_trustdomain(struct auth_context *auth_context, const char* param, auth_methods **auth_method)
{
if (!make_auth_methods(auth_context, auth_method)) {
return NT_STATUS_NO_MEMORY;