Hello,

function ipa_dyndns_update() was declared twice in ipa_dyndns.h. Please see trivial patch attached.

Thanks!
>From 2fd17eb2b5a486264d80a8896491c6e742842781 Mon Sep 17 00:00:00 2001
From: Pavel Reichl <[email protected]>
Date: Mon, 1 Jun 2015 11:36:44 -0400
Subject: [PATCH] dyndns: remove dupl declaration of ipa_dyndns_update

---
 src/providers/ipa/ipa_dyndns.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/providers/ipa/ipa_dyndns.h b/src/providers/ipa/ipa_dyndns.h
index ced3f0977a1dc1f07476f71e340276060d48d531..a03e6e22932c24995bb4bc3090076cb6f047f9d9 100644
--- a/src/providers/ipa/ipa_dyndns.h
+++ b/src/providers/ipa/ipa_dyndns.h
@@ -31,7 +31,4 @@ void ipa_dyndns_timer(void *pvt);
 errno_t ipa_dyndns_init(struct be_ctx *be_ctx,
                         struct ipa_options *ctx);
 
-void ipa_dyndns_update(void *pvt);
-
-
 #endif /* IPA_DYNDNS_H_ */
-- 
2.1.0

_______________________________________________
sssd-devel mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel

Reply via email to