Fix typo
authorAlan T. DeKok <aland@freeradius.org>
Wed, 6 Feb 2013 17:57:17 +0000 (12:57 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 6 Feb 2013 17:57:17 +0000 (12:57 -0500)
src/main/modcall.c

index fb1b59b..8cc96cc 100644 (file)
@@ -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;