From 128c328ddbc9f2283badde95ce743e696f94f6a4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 8 Feb 2004 01:30:59 +0000 Subject: [PATCH] Another static function. Andrew Bartlett --- source/lib/smbldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/smbldap.c b/source/lib/smbldap.c index 2bfaeccd15c..dc2f425c098 100644 --- a/source/lib/smbldap.c +++ b/source/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; -- 2.11.4.GIT