X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fmount-setup.c;h=1a82a46fefeac92cabe1642ee4f405b0624ea01a;hb=2b43f939a4b3ad5aeb2650868b0234ff42ec0045;hp=be11bb8f369a1a18741ad0adaf281cd3c42d9f02;hpb=8f0e73f250f4a397ea07d29a339bd7e64d077612;p=elogind.git diff --git a/src/core/mount-setup.c b/src/core/mount-setup.c index be11bb8f3..1a82a46fe 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(NULL); /* Mark the root directory as shared in regards to mount * propagation. The kernel defaults to "private", but we think