summaryrefslogtreecommitdiff
path: root/source4/auth/auth_winbind.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-20 19:34:45 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-20 19:34:45 +0100
commit5e0f8cabee6ea9528e1bba6c0d3edc7014fb5922 (patch)
treeaed0e8f02571304f9949b1d5acf8fa5f9ee86dee /source4/auth/auth_winbind.c
parent7d7b74feb272a4cc00f68d1a343d14d17ff19fe6 (diff)
downloadsamba-5e0f8cabee6ea9528e1bba6c0d3edc7014fb5922.tar.gz
samba-5e0f8cabee6ea9528e1bba6c0d3edc7014fb5922.tar.bz2
samba-5e0f8cabee6ea9528e1bba6c0d3edc7014fb5922.zip
Make all auth module init functions public, since they are compiled with -fvisibility=hidden. Not doing this causes failures on Mac OS X.
(This used to be commit 675bab738085cb5a9f17c1f159fbd97c4daafed2)
Diffstat (limited to 'source4/auth/auth_winbind.c')
-rw-r--r--source4/auth/auth_winbind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/auth_winbind.c b/source4/auth/auth_winbind.c
index 89ae3195df..2f8074d3cb 100644
--- a/source4/auth/auth_winbind.c
+++ b/source4/auth/auth_winbind.c
@@ -260,7 +260,7 @@ static const struct auth_operations winbind_ops = {
.check_password = winbind_check_password
};
-NTSTATUS auth_winbind_init(void)
+_PUBLIC_ NTSTATUS auth_winbind_init(void)
{
NTSTATUS ret;