Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo in rewrite config parser
  • Loading branch information
Fabian Mauchle committed May 3, 2019
1 parent 774236f commit b3a25b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radsecproxy.c
Expand Up @@ -2645,7 +2645,7 @@ int confrewrite_cb(struct gconffile **cf, void *arg, char *block, char *opt, cha
"modifyAttribute", CONF_MSTR, &modattrs,
"modifyVendorAttribute", CONF_MSTR, &modvattrs,
"supplementAttribute", CONF_MSTR, &supattrs,
"supplementVendorAttriute", CONF_MSTR, &supvattrs,
"supplementVendorAttribute", CONF_MSTR, &supvattrs,
NULL))
debugx(1, DBG_ERR, "configuration error");
addrewrite(val, whitelist_mode, whitelist_mode? wlattrs : rmattrs, whitelist_mode? wlvattrs : rmvattrs,
Expand Down

0 comments on commit b3a25b9

Please sign in to comment.