Skip to content

Commit

Permalink
Don't signal DUP until we figure out how to do it properly
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Sep 14, 2016
1 parent 1d7cacd commit 971fc1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/proto_radius/proto_radius_auth.c
Expand Up @@ -311,7 +311,9 @@ static void auth_running(REQUEST *request, fr_state_action_t action)
* DUP: go poke the request, but don't do anything else.
*/
case FR_ACTION_DUP:
#if 0
unlang_action(request, FR_ACTION_DUP);
#endif
return;

/*
Expand Down

0 comments on commit 971fc1c

Please sign in to comment.