From 3278554b3e8864bc412926b67faf8a924a4416c7 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 5 Jul 2010 12:36:19 +0200 Subject: s3: Make talloc_attrs() static --- source3/passdb/pdb_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/passdb/pdb_ldap.c') diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c index d2b4f4fbba..6ac8f0df24 100644 --- a/source3/passdb/pdb_ldap.c +++ b/source3/passdb/pdb_ldap.c @@ -4346,7 +4346,7 @@ static char *get_ldap_filter(TALLOC_CTX *mem_ctx, const char *username) return result; } -const char **talloc_attrs(TALLOC_CTX *mem_ctx, ...) +static const char **talloc_attrs(TALLOC_CTX *mem_ctx, ...) { int i, num = 0; va_list ap; -- cgit