diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/libsmb/clifsinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clifsinfo.c b/source3/libsmb/clifsinfo.c index 78024c8f98..0f2e473fdd 100644 --- a/source3/libsmb/clifsinfo.c +++ b/source3/libsmb/clifsinfo.c @@ -375,7 +375,7 @@ NTSTATUS cli_get_fs_volume_info(struct cli_state *cli, fstring volume_name, NULL, NULL, 0, NULL, NULL, 0, NULL, - &rdata, 10, &rdata_count); + &rdata, 18, &rdata_count); if (!NT_STATUS_IS_OK(status)) { return status; } |