X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fnspawn%2Fnspawn.c;h=ed72c3ebf1cffc43fae0455694abda1038f76510;hb=9c1c7f712d8270c4f6bd8141d0b1acb1f031fa08;hp=4aa877d7a7d1ec933d41f5c7862a8b5d848c1b4b;hpb=f408b8f1bbf79aa566e3f2162f44e7c9c67c0396;p=elogind.git diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 4aa877d7a..ed72c3ebf 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -306,7 +306,8 @@ static int mount_all(const char *dest) { continue; } - if (t > 0) + /* Skip this entry if it is not a remount. */ + if (mount_table[k].what && t > 0) continue; mkdir_p_label(where, 0755);