[systemd-commits] src/core
Zbigniew JÄdrzejewski-Szmek
zbyszek at kemper.freedesktop.org
Sat Feb 8 13:19:38 PST 2014
src/core/manager.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 49888ca9ef9cac69bfc9b6e30e4f8e3376dcae03
Author: Zbigniew JÄdrzejewski-Szmek <zbyszek at in.waw.pl>
Date: Sat Feb 8 15:09:55 2014 -0500
manager: fix initialization of plymouth socket
I'm not sure why this makes a difference...
diff --git a/src/core/manager.c b/src/core/manager.c
index dbe08f9..f7e5cbd 100644
--- a/src/core/manager.c
+++ b/src/core/manager.c
@@ -1955,7 +1955,7 @@ void manager_send_unit_audit(Manager *m, Unit *u, int type, bool success) {
void manager_send_unit_plymouth(Manager *m, Unit *u) {
union sockaddr_union sa = {
- .sa.sa_family = AF_UNIX,
+ .un.sun_family = AF_UNIX,
.un.sun_path = "\0/org/freedesktop/plymouthd",
};
More information about the systemd-commits
mailing list