X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Frealms.c;h=1102956ccbaa1234b52395d6d42ebfa3f956d513;hb=f90e9e33dfab480a8eb376c189e157bf91f14695;hp=e594d1a86f9b414c3c5c097b7e53d15034c40501;hpb=15c399cdcdc8da2fc716cdfbe1277a13f647ce63;p=freeradius.git diff --git a/src/main/realms.c b/src/main/realms.c index e594d1a..1102956 100644 --- a/src/main/realms.c +++ b/src/main/realms.c @@ -691,8 +691,8 @@ int realm_home_server_add(home_server_t *home, CONF_SECTION *cs, int dual) FR_TIMEVAL_BOUND_CHECK("response_window", &home->response_window, <=, main_config.max_request_time, 0); - FR_INTEGER_BOUND_CHECK("response_timeouts", home->response_timeouts, >=, 1); - FR_INTEGER_BOUND_CHECK("response_timeouts", home->response_timeouts, <=, 1000); + FR_INTEGER_BOUND_CHECK("response_timeouts", home->max_response_timeouts, >=, 1); + FR_INTEGER_BOUND_CHECK("response_timeouts", home->max_response_timeouts, <=, 1000); /* * Track the minimum response window, so that we can