diff options
Diffstat (limited to 'source4/torture/raw/open.c')
-rw-r--r-- | source4/torture/raw/open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/raw/open.c b/source4/torture/raw/open.c index 2afad96956..1346a075f2 100644 --- a/source4/torture/raw/open.c +++ b/source4/torture/raw/open.c @@ -1247,7 +1247,7 @@ static BOOL test_chained(struct smbcli_state *cli, TALLOC_CTX *mem_ctx) io.openxreadx.in.mincnt = sizeof(buf); io.openxreadx.in.maxcnt = sizeof(buf); io.openxreadx.in.remaining = 0; - io.openxreadx.out.data = buf2; + io.openxreadx.out.data = (uint8_t *)buf2; status = smb_raw_open(cli->tree, mem_ctx, &io); CHECK_STATUS(status, NT_STATUS_OK); |