From 7fc2c0befbaea3af36433a7ad9cc46358cf46139 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 8 Feb 2006 10:36:13 +0000 Subject: r13389: get_ldap_filter is only used once, make it static (This used to be commit d3b66fb8712e41a331ccfb0f52f187382769b41e) --- source3/passdb/pdb_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c index a21e976803..608cd8bc8c 100644 --- a/source3/passdb/pdb_ldap.c +++ b/source3/passdb/pdb_ldap.c @@ -3875,7 +3875,7 @@ static NTSTATUS ldapsam_lookup_rids(struct pdb_methods *methods, return result; } -char *get_ldap_filter(TALLOC_CTX *mem_ctx, const char *username) +static char *get_ldap_filter(TALLOC_CTX *mem_ctx, const char *username) { char *filter = NULL; char *escaped = NULL; -- cgit