From: Alan T. DeKok Date: Sat, 6 Sep 2014 18:54:10 +0000 (-0400) Subject: Fix typo X-Git-Tag: release_3_0_5~608 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce0ba5c3a04d8065dec28628919fa458012ad50e;p=thirdparty%2Ffreeradius-server.git Fix typo --- diff --git a/src/modules/rlm_realm/trustrouter.c b/src/modules/rlm_realm/trustrouter.c index 8c216d33f79..eed935ba968 100644 --- a/src/modules/rlm_realm/trustrouter.c +++ b/src/modules/rlm_realm/trustrouter.c @@ -323,7 +323,7 @@ static bool update_required(REALM const *r) pool = r->auth_pool; - for (i = 0; i < pool->num_home_servers; i++) {w + for (i = 0; i < pool->num_home_servers; i++) { server = pool->servers[i]; /*