Fix stupid typo
authorAlan T. DeKok <aland@freeradius.org>
Mon, 15 Jun 2009 12:23:12 +0000 (14:23 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 15 Jun 2009 12:23:12 +0000 (14:23 +0200)
src/main/event.c

index a7a48df..1554d22 100644 (file)
@@ -1970,7 +1970,7 @@ static int proxy_to_virtual_server(REQUEST *request)
         *      Process it through the normal section again, but ONLY
         *      if we received a proxy reply..
         */
-       if (!request->proxy_reply) {
+       if (request->proxy_reply) {
                if (request->server) RDEBUG("server %s {",
                                            request->server != NULL ?
                                            request->server : "");