summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_dyndns.c
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-04-04 11:30:44 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-04-04 23:07:09 +0200
commite9c41ad5c89fc7e6c34434c4153753f0b11650ed (patch)
treebde5ff679f9c7a1584e8792d59d6a1f7c4a7bed3 /src/providers/ipa/ipa_dyndns.c
parent369626f19a9083be643c796691798e2debf2f07b (diff)
downloadsssd-e9c41ad5c89fc7e6c34434c4153753f0b11650ed.tar.gz
sssd-e9c41ad5c89fc7e6c34434c4153753f0b11650ed.tar.xz
sssd-e9c41ad5c89fc7e6c34434c4153753f0b11650ed.zip
dyndns: Fix initializing sdap_id_ctx
Diffstat (limited to 'src/providers/ipa/ipa_dyndns.c')
-rw-r--r--src/providers/ipa/ipa_dyndns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ipa/ipa_dyndns.c b/src/providers/ipa/ipa_dyndns.c
index a31067cdc..0bd8ad002 100644
--- a/src/providers/ipa/ipa_dyndns.c
+++ b/src/providers/ipa/ipa_dyndns.c
@@ -242,7 +242,7 @@ ipa_dyndns_update_send(struct ipa_options *ctx)
struct ipa_ipaddress *address;
struct tevent_req *req, *subreq;
size_t addrsize;
- struct sdap_id_ctx *id_ctx = state->ipa_ctx->id_ctx->sdap_id_ctx;
+ struct sdap_id_ctx *id_ctx = ctx->id_ctx->sdap_id_ctx;
DEBUG (9, ("Performing update\n"));