Skip to content

Commit

Permalink
More tracing on dup / conflicting packet
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed May 2, 2014
1 parent 819a4dc commit 921c4f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/process.c
Expand Up @@ -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;
}
Expand All @@ -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;
}
Expand Down

0 comments on commit 921c4f9

Please sign in to comment.