manager: fix initialization of plymouth socket

I'm not sure why this makes a difference...
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2014-02-08 15:09:55 -05:00
parent 66a5dbdf28
commit 49888ca9ef
1 changed files with 1 additions and 1 deletions

View File

@ -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",
};