From 49888ca9ef9cac69bfc9b6e30e4f8e3376dcae03 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 8 Feb 2014 15:09:55 -0500 Subject: [PATCH] manager: fix initialization of plymouth socket I'm not sure why this makes a difference... --- src/core/manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/manager.c b/src/core/manager.c index dbe08f930..f7e5cbdcf 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", }; -- 2.30.2