Skip to content

Commit

Permalink
clang analyzer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed May 24, 2014
1 parent c3d6986 commit 68f2819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/valuepair.c
Expand Up @@ -1688,7 +1688,7 @@ int radius_vpt_get_vp(VALUE_PAIR **out, REQUEST *request, value_pair_tmpl_t cons
break;
}

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

0 comments on commit 68f2819

Please sign in to comment.