mirror of
https://github.com/samba-team/samba.git
synced 2025-03-07 00:58:40 +03:00
s4:torture/raw/notify.c - freeable stuff shouldn't be "const"
This commit is contained in:
parent
4def6775b5
commit
a133d83607
@ -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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user