X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fnamespace.c;h=1d8f35ba577833cc1ed947f18ea6105fd46de22b;hp=09bcaff9684845ee121544f3ebd7151a503100e5;hb=b9ba604e8720c30deb7095b049b577eec1cbb74a;hpb=e99e38bbdcca3fe5956823bdb3d38544ccf93221 diff --git a/src/namespace.c b/src/namespace.c index 09bcaff96..1d8f35ba5 100644 --- a/src/namespace.c +++ b/src/namespace.c @@ -1,4 +1,4 @@ -/*-*- Mode: C; c-basic-offset: 8 -*-*/ +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ /*** This file is part of systemd. @@ -151,6 +151,9 @@ static int apply_mount(Path *p, const char *root_dir, const char *inaccessible_d case PRIVATE: what = private_dir; break; + + default: + assert_not_reached("Unknown mode"); } if ((r = mount(what, where, NULL, MS_BIND|MS_REC, NULL)) >= 0) {