Navigation Menu

Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Nov 17, 2017
1 parent 3af5bf9 commit 786a4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_detail/rlm_detail.c
Expand Up @@ -285,7 +285,7 @@ static int detail_write(FILE *out, rlm_detail_t const *inst, REQUEST *request, R
detail_fr_pair_fprint(request, out, &dst_vp);

src_vp.da = fr_dict_attr_by_num(NULL, 0, FR_PACKET_SRC_PORT);
fr_value_box_shallow(&dst_vp.data, packet->src_port, true);
fr_value_box_shallow(&src_vp.data, packet->src_port, true);

dst_vp.da = fr_dict_attr_by_num(NULL, 0, FR_PACKET_DST_PORT);
fr_value_box_shallow(&dst_vp.data, packet->dst_port, true);
Expand Down

0 comments on commit 786a4a5

Please sign in to comment.