From a133d83607ce9db9a4725b170001e934648150da Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matthias=20Dieter=20Walln=C3=B6fer?= Date: Thu, 26 Aug 2010 22:43:05 +0200 Subject: [PATCH] s4:torture/raw/notify.c - freeable stuff shouldn't be "const" --- source4/torture/raw/notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/torture/raw/notify.c b/source4/torture/raw/notify.c index dd3aae3d66c..6fc005929cd 100644 --- a/source4/torture/raw/notify.c +++ b/source4/torture/raw/notify.c @@ -1619,7 +1619,7 @@ static bool test_notify_alignment(struct smbcli_state *cli, "abc", "abcd" }; int num_names = ARRAY_SIZE(fnames); - const char *fpath = NULL; + char *fpath = NULL; torture_comment(tctx, "TESTING CHANGE NOTIFY REPLY ALIGNMENT\n"); -- 2.11.4.GIT