mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
s3: Remove use of iconv_convenience.
This commit is contained in:
@ -276,7 +276,7 @@ static NTSTATUS rpc_service_list_internal(struct net_context *c,
|
||||
break;
|
||||
}
|
||||
|
||||
ndr = ndr_pull_init_blob(&blob, mem_ctx, NULL);
|
||||
ndr = ndr_pull_init_blob(&blob, mem_ctx);
|
||||
if (ndr == NULL) {
|
||||
status = NT_STATUS_NO_MEMORY;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user