From: Alan T. DeKok Date: Wed, 6 Feb 2013 17:57:17 +0000 (-0500) Subject: Fix typo X-Git-Tag: release_2_2_1~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7b29e2ba2c1291df1602b5a730550b6b0331f8f;p=thirdparty%2Ffreeradius-server.git Fix typo --- diff --git a/src/main/modcall.c b/src/main/modcall.c index fb1b59b905b..8cc96cca7ba 100644 --- a/src/main/modcall.c +++ b/src/main/modcall.c @@ -483,6 +483,7 @@ int modcall(int component, modcallable *c, REQUEST *request) g->vps, child->name); if (rcode != RLM_MODULE_UPDATED) { myresult = rcode; + } else { mypriority = stack.priority[stack.pointer]; } goto handle_result;