mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-08 20:58:20 +03:00
resolve: add a short comment about difference between dnssd_render_instance_name() and config_parse_dnssd_service_name()
This commit is contained in:
parent
d63542bc02
commit
a37eb63ffa
@ -232,7 +232,7 @@ int config_parse_dnssd_service_name(
|
||||
static const Specifier specifier_table[] = {
|
||||
{ 'm', specifier_machine_id, NULL },
|
||||
{ 'b', specifier_boot_id, NULL },
|
||||
{ 'H', specifier_host_name, NULL },
|
||||
{ 'H', specifier_host_name, NULL }, /* We will use specifier_dnssd_host_name(). */
|
||||
{ 'v', specifier_kernel_release, NULL },
|
||||
{ 'a', specifier_architecture, NULL },
|
||||
{ 'o', specifier_os_id, NULL },
|
||||
|
Loading…
x
Reference in New Issue
Block a user