Merge branch 'nd/attr-debug-fix'
Fix debugging support that was broken in earlier change. * nd/attr-debug-fix: attr: make it build with DEBUG_ATTR again
This commit is contained in:
commit
3a39fa750d
2
attr.c
2
attr.c
@ -704,7 +704,7 @@ static int fill_one(const char *what, struct match_attr *a, int rem)
|
|||||||
|
|
||||||
if (*n == ATTR__UNKNOWN) {
|
if (*n == ATTR__UNKNOWN) {
|
||||||
debug_set(what,
|
debug_set(what,
|
||||||
a->is_macro ? a->u.attr->name : a->u.pattern,
|
a->is_macro ? a->u.attr->name : a->u.pat.pattern,
|
||||||
attr, v);
|
attr, v);
|
||||||
*n = v;
|
*n = v;
|
||||||
rem--;
|
rem--;
|
||||||
|
Loading…
Reference in New Issue
Block a user