X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fmount-setup.c;h=be11bb8f369a1a18741ad0adaf281cd3c42d9f02;hp=e86a89321e91c169af1afe57b1f7a48d07d035f1;hb=8f0e73f250f4a397ea07d29a339bd7e64d077612;hpb=b3ac5f8cb98757416d8660023d6564a7c411f0a0 diff --git a/src/core/mount-setup.c b/src/core/mount-setup.c index e86a89321..be11bb8f3 100644 --- a/src/core/mount-setup.c +++ b/src/core/mount-setup.c @@ -398,7 +398,7 @@ int mount_setup(bool loaded_policy) { /* Create a few default symlinks, which are normally created * by udevd, but some scripts might need them before we start * udevd. */ - dev_setup(); + dev_setup(""); /* Mark the root directory as shared in regards to mount * propagation. The kernel defaults to "private", but we think