Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed May 23, 2014
1 parent a6b9ac0 commit 98249ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/valuepair.c
Original file line number Diff line number Diff line change
Expand Up @@ -1670,7 +1670,7 @@ VALUE_PAIR *radius_vpt_get_vp(REQUEST *request, value_pair_tmpl_t const *vpt)

vp = fr_cursor_init(&cursor, vps);
num = vpt->vpt_num;
while ((vp = fr_cursor_next_by_da(&cursor, vpt->vpt_da, vpt->vpt_tag)) {
while ((vp = fr_cursor_next_by_da(&cursor, vpt->vpt_da, vpt->vpt_tag))) {
VERIFY_VP(vp);
if (num-- == 0) return vp;
}
Expand Down

0 comments on commit 98249ef

Please sign in to comment.