r26639: librpc: Pass iconv convenience on from RPC connection to NDR library, so...
[sfrench/samba-autobuild/.git] / source4 / libcli / raw / rawfileinfo.c
index 9827217a0435879d9efe8b57e7dcfaf095c79ce6..ed5475e9265c261acc2cc7f8be84f2788f6132e6 100644 (file)
@@ -253,7 +253,7 @@ NTSTATUS smb_raw_fileinfo_passthru_parse(const DATA_BLOB *blob, TALLOC_CTX *mem_
                parms->query_secdesc.out.sd = talloc(mem_ctx, struct security_descriptor);
                NT_STATUS_HAVE_NO_MEMORY(parms->query_secdesc.out.sd);
 
-               ndr_err = ndr_pull_struct_blob(blob, mem_ctx,
+               ndr_err = ndr_pull_struct_blob(blob, mem_ctx, NULL, 
                                               parms->query_secdesc.out.sd,
                                               (ndr_pull_flags_fn_t)ndr_pull_security_descriptor);
                if (!NDR_ERR_CODE_IS_SUCCESS(ndr_err)) {