Skip to content

Commit

Permalink
more ignore discard
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Feb 5, 2017
1 parent 8a42f2c commit a504ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/proto_radius/proto_radius_coa.c
Expand Up @@ -328,7 +328,7 @@ static int coa_socket_recv(rad_listen_t *listener)

ctx = talloc_pool(NULL, main_config.talloc_pool_size);
if (!ctx) {
udp_recv_discard(listener->fd);
(void) udp_recv_discard(listener->fd);
return 0;
}
talloc_set_name_const(ctx, "coa_listener_pool");
Expand Down

0 comments on commit a504ebe

Please sign in to comment.