From fbd46659003e418c2cd3551b425fcd24a1befd13 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 11 May 2009 14:33:44 -0400 Subject: Fix warnings in monitor.c and confdb.c --- server/confdb/confdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/confdb') diff --git a/server/confdb/confdb.c b/server/confdb/confdb.c index cfa4289a..0bafc493 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; -- cgit