From b0e5779405b358b8b0bdf432e568d54095c88cc4 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Thu, 1 May 2008 06:25:22 +0000 Subject: fix a warning git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@713 ef36b2f9-881f-0410-afb5-c4e39611909c --- tests/test_myldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_myldap.c b/tests/test_myldap.c index 137ee08..21fbae6 100644 --- a/tests/test_myldap.c +++ b/tests/test_myldap.c @@ -37,7 +37,7 @@ struct worker_args { int id; }; -static char *foo=""; +static const char *foo=""; /* this is a simple way to get this into an executable, we should probably read a valid config instead */ -- cgit v1.2.3