mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
resolve: fix typos
This commit is contained in:
parent
fd04bba0e8
commit
e94968ba72
@ -179,7 +179,7 @@
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>--service</option></term>
|
<term><option>--service</option></term>
|
||||||
|
|
||||||
<listitem><para>Enables service resolution. This enables DNS-SD and simple SRV service resolution, dependending
|
<listitem><para>Enables service resolution. This enables DNS-SD and simple SRV service resolution, depending
|
||||||
on the specified list of parameters (see above).</para></listitem>
|
on the specified list of parameters (see above).</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
@ -1538,7 +1538,7 @@ int dns_transaction_go(DnsTransaction *t) {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
if (t->scope->protocol == DNS_PROTOCOL_LLMNR && ERRNO_IS_DISCONNECT(-r)) {
|
if (t->scope->protocol == DNS_PROTOCOL_LLMNR && ERRNO_IS_DISCONNECT(-r)) {
|
||||||
/* On LLMNR, if we cannot connect to a host via TCP when doing revers lookups. This means we cannot
|
/* On LLMNR, if we cannot connect to a host via TCP when doing reverse lookups. This means we cannot
|
||||||
* answer this request with this protocol. */
|
* answer this request with this protocol. */
|
||||||
dns_transaction_complete(t, DNS_TRANSACTION_NOT_FOUND);
|
dns_transaction_complete(t, DNS_TRANSACTION_NOT_FOUND);
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user