From a133d83607ce9db9a4725b170001e934648150da Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Thu, 26 Aug 2010 22:43:05 +0200 Subject: s4:torture/raw/notify.c - freeable stuff shouldn't be "const" --- source4/torture/raw/notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/torture/raw/notify.c b/source4/torture/raw/notify.c index dd3aae3d66..6fc005929c 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"); -- cgit