]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
resolve: add a short comment about difference between dnssd_render_instance_name...
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 17 Nov 2020 18:22:56 +0000 (03:22 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 17 Nov 2020 18:22:56 +0000 (03:22 +0900)
src/resolve/resolved-conf.c

index 2d68e38450fb5ceb6f50d6a1cadc4528449e8d4e..b454472e6356c1fe3052e98a6dbf1940e68be8ad 100644 (file)
@@ -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 },