More tracing on dup / conflicting packet
authorAlan T. DeKok <aland@freeradius.org>
Fri, 2 May 2014 14:58:40 +0000 (10:58 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 2 May 2014 14:58:53 +0000 (10:58 -0400)
src/main/process.c

index b3c61e3..5f19255 100644 (file)
@@ -1482,6 +1482,7 @@ int request_receive(rad_listen_t *listener, RADIUS_PACKET *packet,
                        }
 #endif /* WITH_STATS */
 
+                       TRACE_STATE_MACHINE;
                        request->process(request, FR_ACTION_DUP);
                        return 0;
                }
@@ -1490,6 +1491,7 @@ int request_receive(rad_listen_t *listener, RADIUS_PACKET *packet,
                 *      Say we're ignoring the old one, and continue
                 *      to process the new one.
                 */
+               TRACE_STATE_MACHINE;
                request->process(request, FR_ACTION_CONFLICTING);
                request = NULL;
        }