Skip to content

Commit

Permalink
On proxy_running ACTION_RUN, do running, not PROXY_REPLY
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Feb 23, 2014
1 parent 178f2f7 commit fca326e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/process.c
Expand Up @@ -2243,7 +2243,7 @@ STATE_MACHINE_DECL(proxy_running)
break;

case FR_ACTION_RUN:
request_running(request, FR_ACTION_PROXY_REPLY);
request_running(request, action);
break;

default:
Expand Down

0 comments on commit fca326e

Please sign in to comment.