mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
resolved: name announce timer event source
This commit is contained in:
@@ -1121,6 +1121,8 @@ int dns_scope_announce(DnsScope *scope, bool goodbye) {
|
||||
on_announcement_timeout, scope);
|
||||
if (r < 0)
|
||||
return log_debug_errno(r, "Failed to schedule second announcement: %m");
|
||||
|
||||
(void) sd_event_source_set_description(scope->announce_event_source, "mdns-announce");
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user