X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fsocket.c;h=7dc205abde362a1d256a0e0a930e3881a9373ca0;hp=6ec49de4664375fa26697ff655e05a8bcc3cba57;hb=e2f3b44cfc8864bfea7c77ff4c383ce9b535f27e;hpb=ba035df230e41bf9d70ebb47915c9472b7884412 diff --git a/src/socket.c b/src/socket.c index 6ec49de46..7dc205abd 100644 --- a/src/socket.c +++ b/src/socket.c @@ -880,7 +880,7 @@ static void socket_set_state(Socket *s, SocketState state) { socket_state_to_string(old_state), socket_state_to_string(state)); - unit_notify(UNIT(s), state_translation_table[old_state], state_translation_table[state]); + unit_notify(UNIT(s), state_translation_table[old_state], state_translation_table[state], true); } static int socket_coldplug(Unit *u) {