mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-15 05:57:26 +03:00
drop_duplicates: copy full BindMount struct
At least t->ignore = f->ignore; is missing here. Just copy the full struct to be sure.
This commit is contained in:
parent
0f625d0b87
commit
e2d7c1a075
@ -124,8 +124,7 @@ static void drop_duplicates(BindMount *m, unsigned *n) {
|
||||
if (previous && path_equal(f->path, previous->path))
|
||||
continue;
|
||||
|
||||
t->path = f->path;
|
||||
t->mode = f->mode;
|
||||
*t = *f;
|
||||
|
||||
previous = t;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user