]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/manager.c
core: unify how we create the notify and private dbus socket
authorLennart Poettering <lennart@poettering.net>
Fri, 7 Nov 2014 15:32:06 +0000 (16:32 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 7 Nov 2014 15:36:14 +0000 (16:36 +0100)
commitf0e62e89970b8c38eb07a9beebd277ce13a5fcc2
tree73f7e0463a8c80779c4b188c9aaf3c89ff96e46a
parentd48b7bd271b1e70924c8485d2f95c2f5a1ae77cb
core: unify how we create the notify and private dbus socket

Use the same robust logic of mkdir + unlink of any existing AF_UNIX
socket, ignoring the return value, right before bind().
src/core/dbus.c
src/core/manager.c