summaryrefslogtreecommitdiffstats
path: root/src/providers/fail_over.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/fail_over.h')
-rw-r--r--src/providers/fail_over.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/fail_over.h b/src/providers/fail_over.h
index 50c0dcf8d..9bfb156da 100644
--- a/src/providers/fail_over.h
+++ b/src/providers/fail_over.h
@@ -70,7 +70,7 @@ 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;
enum restrict_family family_order;
};