Skip to content

Commit

Permalink
Assign vp_type in fr_pair_afrom_num
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Apr 29, 2017
1 parent fef2030 commit 946d0e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/util/pair.c
Expand Up @@ -147,6 +147,8 @@ VALUE_PAIR *fr_pair_afrom_num(TALLOC_CTX *ctx, unsigned int vendor, unsigned int
}

vp->da = da;
vp->vp_type = da->type; /* PW_TYPE_OCTETS */

return vp;
}

Expand Down

0 comments on commit 946d0e3

Please sign in to comment.