Skip to content

Commit

Permalink
Remove iconv convenience in used functions, which were deleted in com…
Browse files Browse the repository at this point in the history
…mit f9ca9e4

Signed-off-by: Jelmer Vernooij <[email protected]>
  • Loading branch information
synnack authored and jelmer committed Jun 20, 2010
1 parent e1f2217 commit 3fe793f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion source4/lib/policy/gp_filesys.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ static NTSTATUS gp_cli_connect(struct gp_context *gp_ctx)
gp_ctx->ev_ctx,
&options,
&session_options,
lp_iconv_convenience(gp_ctx->lp_ctx),
lp_gensec_settings(gp_ctx, gp_ctx->lp_ctx));

return NT_STATUS_OK;
Expand Down
2 changes: 0 additions & 2 deletions source4/lib/policy/gp_ldap.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ static NTSTATUS parse_gpo(TALLOC_CTX *mem_ctx, struct ldb_message *msg, struct g
gpo->security_descriptor = talloc(mem_ctx, struct security_descriptor);
ndr_err = ndr_pull_struct_blob(data,
mem_ctx,
NULL,
gpo->security_descriptor,
(ndr_pull_flags_fn_t)ndr_pull_security_descriptor);
if (!NDR_ERR_CODE_IS_SUCCESS(ndr_err)) {
Expand Down Expand Up @@ -883,7 +882,6 @@ NTSTATUS gp_set_ads_acl (struct gp_context *gp_ctx, const char *dn_str, const st
/* Push the security descriptor through the NDR library */
ndr_err = ndr_push_struct_blob(&data,
mem_ctx,
lp_iconv_convenience(gp_ctx->lp_ctx),
sd,
(ndr_push_flags_fn_t)ndr_push_security_descriptor);
if (!NDR_ERR_CODE_IS_SUCCESS(ndr_err)) {
Expand Down

0 comments on commit 3fe793f

Please sign in to comment.