Fix restoring extended attributes from global PAX headers
Copyright-paperwork-exempt: Yes
This commit is contained in:
committed by
Sergey Poznyakoff
parent
d175e21b7f
commit
e36d3354c7
@@ -670,7 +670,7 @@ run_override_list (struct keyword_list *kp, struct tar_stat_info *st)
|
|||||||
{
|
{
|
||||||
struct xhdr_tab const *t = locate_handler (kp->pattern);
|
struct xhdr_tab const *t = locate_handler (kp->pattern);
|
||||||
if (t)
|
if (t)
|
||||||
t->decoder (st, t->keyword, kp->value, strlen (kp->value));
|
t->decoder (st, kp->pattern, kp->value, strlen (kp->value));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user