summaryrefslogtreecommitdiff
path: root/source3/torture
diff options
context:
space:
mode:
Diffstat (limited to 'source3/torture')
-rw-r--r--source3/torture/torture.c2
1 files changed, 1 insertions, 1 deletions
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;