summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Stephenson <jstephen@redhat.com>2016-10-24 15:46:50 -0400
committerJakub Hrozek <jhrozek@redhat.com>2017-02-22 12:21:01 +0100
commitfccd8f9ab7a0ac9868c43ea0e8c3af142b2809fa (patch)
tree82f6a86854c68d4494531407e9462cdba1480d2f
parentbac4458c89a589055ae3daf4f72cc7dba886264a (diff)
downloadsssd-fccd8f9ab7a0ac9868c43ea0e8c3af142b2809fa.tar.gz
sssd-fccd8f9ab7a0ac9868c43ea0e8c3af142b2809fa.tar.xz
sssd-fccd8f9ab7a0ac9868c43ea0e8c3af142b2809fa.zip
DYNDNS: Update PTR record after non-fatal error
Continue to send PTR record update in situations where the nsupdate child forward zone updates are successful but nsupdate returns non-zero Resolves: https://fedorahosted.org/sssd/ticket/3227 Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>
-rw-r--r--src/providers/ldap/sdap_dyndns.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/providers/ldap/sdap_dyndns.c b/src/providers/ldap/sdap_dyndns.c
index 83ec05183..9d28b5758 100644
--- a/src/providers/ldap/sdap_dyndns.c
+++ b/src/providers/ldap/sdap_dyndns.c
@@ -381,9 +381,6 @@ sdap_dyndns_update_done(struct tevent_req *subreq)
return;
}
}
-
- tevent_req_error(req, ret);
- return;
}
if (state->update_ptr == false) {