We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31c5b7 commit 0550ffaCopy full SHA for 0550ffa
connectd/connectd.c
@@ -214,7 +214,8 @@ static bool broken_resolver(struct daemon *daemon)
214
const char *hostname = "nxdomain-test.doesntexist";
215
int err;
216
217
- /* If they told us to never do DNS queries, don't even do this one and also not if we just say that we don't */
+ /* If they told us to never do DNS queries, don't even do this one and
218
+ * also not if we just say that we don't */
219
if (!daemon->use_dns || daemon->use_proxy_always) {
220
daemon->broken_resolver_response = NULL;
221
return false;
0 commit comments