1
0
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:
Jelmer Vernooij
2010-05-10 00:42:06 +02:00
parent f9ca9e46ad
commit b8268cf7b0
73 changed files with 194 additions and 263 deletions

View File

@ -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;