]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/socket.c
core: drop UnitNotifyFlags
[thirdparty/systemd.git] / src / core / socket.c
index 0bd1b126526c8a2d90ac3db92fa77bf72b95ffad..f3dd000e60445acd91eb466bd530556756cae3cd 100644 (file)
@@ -1844,7 +1844,7 @@ static void socket_set_state(Socket *s, SocketState state) {
         if (state != old_state)
                 log_unit_debug(UNIT(s), "Changed %s -> %s", socket_state_to_string(old_state), socket_state_to_string(state));
 
-        unit_notify(UNIT(s), state_translation_table[old_state], state_translation_table[state], 0);
+        unit_notify(UNIT(s), state_translation_table[old_state], state_translation_table[state], /* reload_success = */ true);
 }
 
 static int socket_coldplug(Unit *u) {