summaryrefslogtreecommitdiffstats
path: root/src/providers/fail_over.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-12-12 17:10:40 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-03-03 16:31:55 +0100
commitfe7fa93c69712637d4f6e050f654243e8c30c896 (patch)
treea35aea5ac708946072580660e58add956af1d7f9 /src/providers/fail_over.h
parent75c2f20d1fc854e99f464098a23fe8cc3949fcb3 (diff)
downloadsssd-fe7fa93c69712637d4f6e050f654243e8c30c896.tar.gz
sssd-fe7fa93c69712637d4f6e050f654243e8c30c896.tar.xz
sssd-fe7fa93c69712637d4f6e050f654243e8c30c896.zip
FO: Use SRV TTL in fail over code
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 <pbrezina@redhat.com> (cherry picked from commit 8df69bbc58c2f4d3f0b34be9756d9ddf24b1db6d)
Diffstat (limited to 'src/providers/fail_over.h')
-rw-r--r--src/providers/fail_over.h1
1 files changed, 0 insertions, 1 deletions
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;