Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Jan 17, 2020
1 parent c71300d commit 072d44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/util/pair.c
Expand Up @@ -2594,7 +2594,7 @@ char *fr_pair_value_asprint(TALLOC_CTX *ctx, VALUE_PAIR const *vp, char quote)
/*
* Groups are magical.
*/
if (vp->type == FR_TYPE_GROUP) {
if (vp->da->type == FR_TYPE_GROUP) {
char *tmp = talloc_array(ctx, char, 1024);
char *out;
size_t len;
Expand Down

0 comments on commit 072d44a

Please sign in to comment.