summaryrefslogtreecommitdiff
path: root/source3/auth/auth_winbind.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_winbind.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_winbind.c')
-rw-r--r--source3/auth/auth_winbind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_winbind.c b/source3/auth/auth_winbind.c
index b8276b0866..0b19746597 100644
--- a/source3/auth/auth_winbind.c
+++ b/source3/auth/auth_winbind.c
@@ -136,7 +136,7 @@ static NTSTATUS check_winbind_security(const struct auth_context *auth_context,
}
/* module initialisation */
-NTSTATUS auth_init_winbind(struct auth_context *auth_context, const char *param, auth_methods **auth_method)
+static NTSTATUS auth_init_winbind(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;