Skip to content

Commit

Permalink
Call rad_postauth() and send the packet from proxy_no_reply. Closes #657
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed May 26, 2014
1 parent a9efee6 commit a8beffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/process.c
Expand Up @@ -2353,6 +2353,7 @@ STATE_MACHINE_DECL(proxy_no_reply)

case FR_ACTION_RUN:
(void) process_proxy_reply(request, NULL);
request_finish(request, action);
request_done(request, FR_ACTION_DONE);
break;

Expand Down

0 comments on commit a8beffa

Please sign in to comment.