]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/namespace.c
drop_duplicates: copy full BindMount struct
authorAnsgar Burchardt <ansgar@debian.org>
Sun, 27 Jul 2014 14:32:13 +0000 (16:32 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 27 Jul 2014 19:15:11 +0000 (15:15 -0400)
commite2d7c1a0758ce80d7cb439745deefefdffd67655
treed5850bf064948b902a55aa1f8a1389e6c3767811
parent0f625d0b87139fc18cd565c9b6da05c53a0eb7ab
drop_duplicates: copy full BindMount struct

At least

  t->ignore = f->ignore;

is missing here. Just copy the full struct to be sure.
src/core/namespace.c