Re: [systemd-devel] [PATCH] drop_duplicates: copy full BindMount struct

2014-07-27 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Jul 27, 2014 at 04:32:13PM +0200, Ansgar Burchardt wrote: > At least > > t->ignore = f->ignore; > > is missing here. Just copy the full struct to be sure. > --- > src/core/namespace.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/src/core/namespace.c b/src

[systemd-devel] [PATCH] drop_duplicates: copy full BindMount struct

2014-07-27 Thread Ansgar Burchardt
At least t->ignore = f->ignore; is missing here. Just copy the full struct to be sure. --- src/core/namespace.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/namespace.c b/src/core/namespace.c index 5466b7b..fe95377 100644 --- a/src/core/namespace.c +++ b/src/c