Skip to content

Commit

Permalink
Remove unneeded assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Nov 1, 2013
1 parent b8782aa commit c881bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/xlat.c
Original file line number Diff line number Diff line change
Expand Up @@ -1809,7 +1809,7 @@ static char *xlat_getvp(TALLOC_CTX *ctx, REQUEST *request, pair_lists_t list, DI
if (num == 65537) {
char *p, *q;

vp = fr_cursor_init(&cursor, &vp);
(void) fr_cursor_init(&cursor, &vp);
vp = fr_cursor_next_by_num(&cursor, da->attr, da->vendor, tag);
if (!vp) return NULL;
p = vp_aprint(ctx, vp);
Expand Down

0 comments on commit c881bc1

Please sign in to comment.