From 46131cb8023a883238b67e668be2afbc4adcf1f5 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 4 Sep 2013 08:22:08 +0200 Subject: torture3: Fix a const warning Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 2d1a107b34..2d7e87f3e9 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -8496,7 +8496,7 @@ static bool run_local_string_to_sid(int dummy) { return true; } -static bool sid_to_string_test(char *expected) { +static bool sid_to_string_test(const char *expected) { char *str; bool res = true; struct dom_sid sid; -- cgit