Skip to content

Commit

Permalink
De-reference based on proxy, not packet
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Apr 7, 2014
1 parent 8fe245f commit 5000a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/process.c
Expand Up @@ -4446,7 +4446,7 @@ int radius_event_start(CONF_SECTION *cs, bool have_children)
#ifdef WITH_PROXY
static int proxy_delete_cb(UNUSED void *ctx, void *data)
{
REQUEST *request = fr_packet2myptr(REQUEST, packet, data);
REQUEST *request = fr_packet2myptr(REQUEST, proxy, data);

request->master_state = REQUEST_STOP_PROCESSING;

Expand Down

0 comments on commit 5000a87

Please sign in to comment.