From 131bf59694ebbd333165f92c5cd47f6f800ec27e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 8 Feb 2004 01:30:59 +0000 Subject: Another static function. Andrew Bartlett (This used to be commit 128c328ddbc9f2283badde95ce743e696f94f6a4) --- source3/lib/smbldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/smbldap.c') 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; -- cgit