Skip to content

Commit

Permalink
cond: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed May 14, 2020
1 parent 2a5f359 commit ca8c147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/server/cond_tokenize.c
Expand Up @@ -563,8 +563,8 @@ static ssize_t cond_check_attrs(fr_cond_t *c, char const *start,
attr_slen = tmpl_afrom_attr_str(c->data.map, NULL, &vpt, lhs,
&(vp_tmpl_rules_t){
.allow_unknown = true,
.allow_undefined = true
});
.allow_undefined = true
});
if ((attr_slen > 0) && (vpt->len == c->data.map->lhs->len)) {
talloc_free(c->data.map->lhs);
c->data.map->lhs = vpt;
Expand Down

0 comments on commit ca8c147

Please sign in to comment.