diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2008-05-01 08:25:22 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2008-05-01 08:25:22 +0200 |
commit | b0e5779405b358b8b0bdf432e568d54095c88cc4 (patch) | |
tree | a278f90920512e00a00695d68e99d6d0d3c201db /tests | |
parent | 9aac16ba78434b2f4cbbdd9ea0264c45286d370f (diff) |
fix a warning
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@713 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_myldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |