diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-02-08 11:49:06 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2004-02-08 11:49:06 +0000 |
commit | b38ba022481b05db4762a41dfddace66521fd491 (patch) | |
tree | 5f201f6756cde4bbd68d1984514185378a12444c /source3/lib | |
parent | 079822437838ff102bc07c0b101038498aaca6c4 (diff) | |
download | samba-b38ba022481b05db4762a41dfddace66521fd491.tar.gz samba-b38ba022481b05db4762a41dfddace66521fd491.tar.bz2 samba-b38ba022481b05db4762a41dfddace66521fd491.zip |
(merge from 3.0)
Another static function.
Andrew Bartlett
(This used to be commit 58adb41db19ce528b9267a5ea7f119b9c6893ade)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/smbldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/smbldap.c b/source3/lib/smbldap.c index 150450c83d..925bc1fbf0 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; |