summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/lib/smbldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/smbldap.c b/source3/lib/smbldap.c
index 2bfaeccd15..dc2f425c09 100644
--- a/source3/lib/smbldap.c
+++ b/source3/lib/smbldap.c
@@ -221,7 +221,7 @@ ATTRIB_MAP_ENTRY sidmap_attr_list[] = {
/*******************************************************************
find the ldap password
******************************************************************/
-BOOL fetch_ldap_pw(char **dn, char** pw)
+static BOOL fetch_ldap_pw(char **dn, char** pw)
{
char *key = NULL;
size_t size;