diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/raw/notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |