summaryrefslogtreecommitdiffstats
path: root/server/confdb
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-05-11 14:33:44 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-05-12 09:42:50 -0400
commitfbd46659003e418c2cd3551b425fcd24a1befd13 (patch)
tree4c0283807bd0d09d8fea783b5e6bce5eb9d16db1 /server/confdb
parenta9485219348defd667e19483c8b04c25b9291856 (diff)
downloadsssd-fbd46659003e418c2cd3551b425fcd24a1befd13.tar.gz
sssd-fbd46659003e418c2cd3551b425fcd24a1befd13.tar.xz
sssd-fbd46659003e418c2cd3551b425fcd24a1befd13.zip
Fix warnings in monitor.c and confdb.c
Diffstat (limited to 'server/confdb')
-rw-r--r--server/confdb/confdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/confdb/confdb.c b/server/confdb/confdb.c
index cfa4289a2..0bafc4932 100644
--- a/server/confdb/confdb.c
+++ b/server/confdb/confdb.c
@@ -112,7 +112,7 @@ done:
* the separator is a string, and is case-sensitive.
* optionally single values can be trimmed of of spaces and tabs */
static int split_on_separator(TALLOC_CTX *mem_ctx, const char *str,
- char *sep, bool trim, char ***_list, int *size)
+ const char *sep, bool trim, char ***_list, int *size)
{
const char *t, *p, *n;
size_t l, s, len;