mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09: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:
committed by
Zbigniew Jędrzejewski-Szmek
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user