summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/rawshadow.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/libcli/raw/rawshadow.c')
-rw-r--r--source4/libcli/raw/rawshadow.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/libcli/raw/rawshadow.c b/source4/libcli/raw/rawshadow.c
index 428ebc9f8d..206abf56b4 100644
--- a/source4/libcli/raw/rawshadow.c
+++ b/source4/libcli/raw/rawshadow.c
@@ -46,6 +46,9 @@ _PUBLIC_ NTSTATUS smb_raw_shadow_data(struct smbcli_tree *tree,
nt.ntioctl.in.blob = data_blob(NULL, 0);
status = smb_raw_ioctl(tree, mem_ctx, &nt);
+ if (!NT_STATUS_IS_OK(status)) {
+ return status;
+ }
blob = nt.ntioctl.out.blob;