torture3: Fix a const warning
authorVolker Lendecke <vl@samba.org>
Wed, 4 Sep 2013 06:22:08 +0000 (08:22 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 5 Sep 2013 16:16:22 +0000 (09:16 -0700)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/torture/torture.c

index 2d1a107b345f0c37b1289cb8d161a9eb979802d7..2d7e87f3e97a77122e628d7e2a304e22f90190af 100644 (file)
@@ -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;