From 7c198517dab63158cd4035e879a6b75db0b54b14 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 22 Mar 2005 15:45:38 +0000 Subject: r5954: Fix some compiler warnings and add missing exclude-block in "net rpc share migrate" (found by Lars Mueller ). Guenther (This used to be commit 45a2a7bedb877745cd9677fe3124d5a2ad2c8853) --- source3/lib/util_str.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/util_str.c') diff --git a/source3/lib/util_str.c b/source3/lib/util_str.c index 03e9306805..6ec43a963b 100644 --- a/source3/lib/util_str.c +++ b/source3/lib/util_str.c @@ -826,7 +826,7 @@ void hex_encode(const unsigned char *buff_in, size_t len, char **out_hex_buffer) Check if a string is part of a list. **/ -BOOL in_list(char *s,char *list,BOOL casesensitive) +BOOL in_list(const char *s, const char *list, BOOL casesensitive) { pstring tok; const char *p=list; -- cgit