Skip to content

Commit

Permalink
Make the build error go away by ignoring it
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Aug 3, 2017
1 parent 6f6197a commit 1c15318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_radius/rlm_radius_udp.c
Expand Up @@ -900,7 +900,7 @@ static rlm_radius_udp_connection_t *connection_get(rlm_radius_udp_thread_t *t, r
}

u->c = c;
request = u->link->request;
// request = u->link->request;

fr_heap_extract(t->active, c);
if (c->id->num_free > 0) {
Expand Down

0 comments on commit 1c15318

Please sign in to comment.