Skip to content

Commit

Permalink
Remove spurious warning
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Oct 29, 2018
1 parent d795acb commit 1cedecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/proto_radius/proto_radius.c
Expand Up @@ -686,7 +686,7 @@ static int mod_instantiate(void *instance, CONF_SECTION *conf)
if ((strcmp(name, "recv") == 0) && (dv->value->vb_uint32 <= FR_CODE_MAX) &&
fr_request_packets[dv->value->vb_uint32] &&
!inst->code_allowed[dv->value->vb_uint32]) {
cf_log_warn(subcs, "Skipping %s %s { ...}", name, packet_type);
/* Don't emit warnings here - likely handled by a different listen section */
continue;
}

Expand Down

0 comments on commit 1cedecf

Please sign in to comment.