mirror of
https://github.com/samba-team/samba.git
synced 2025-10-26 23:33:15 +03:00
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library, so it can be overridden by OpenChange.
This commit is contained in:
committed by
Stefan Metzmacher
parent
61ad78ac98
commit
2f29f80e07
@@ -85,7 +85,7 @@ NTSTATUS ldap_decode_ndr_GUID(TALLOC_CTX *mem_ctx, struct ldb_val val, struct GU
|
||||
|
||||
blob.data = val.data;
|
||||
blob.length = val.length;
|
||||
ndr_err = ndr_pull_struct_blob(&blob, mem_ctx, guid,
|
||||
ndr_err = ndr_pull_struct_blob(&blob, mem_ctx, NULL, guid,
|
||||
(ndr_pull_flags_fn_t)ndr_pull_GUID);
|
||||
talloc_free(val.data);
|
||||
if (!NDR_ERR_CODE_IS_SUCCESS(ndr_err)) {
|
||||
|
||||
Reference in New Issue
Block a user