From 8df69bbc58c2f4d3f0b34be9756d9ddf24b1db6d Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Fri, 12 Dec 2014 17:10:40 +0100 Subject: FO: Use SRV TTL in fail over code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves: https://fedorahosted.org/sssd/ticket/1884 Removes the hardcoded SRV TTL timeout and uses TTL from the DNS instead. Reviewed-by: Pavel Březina --- src/providers/fail_over.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/providers/fail_over.h') diff --git a/src/providers/fail_over.h b/src/providers/fail_over.h index b1ec6a23c..d44ad2ff1 100644 --- a/src/providers/fail_over.h +++ b/src/providers/fail_over.h @@ -78,7 +78,6 @@ struct fo_server; * try when looking up the service. */ struct fo_options { - time_t srv_retry_timeout; time_t srv_retry_neg_timeout; time_t retry_timeout; int service_resolv_timeout; -- cgit