Skip to content

Commit

Permalink
cleanup: nits
Browse files Browse the repository at this point in the history
  • Loading branch information
m-schmoock committed Aug 20, 2021
1 parent ad2c332 commit 7c0eca5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion connectd/connectd.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ static bool broken_resolver(struct daemon *daemon)
const char *hostname = "nxdomain-test.doesntexist";
int err;

/* 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
* also not if we just say that we don't */
if (!daemon->use_dns || daemon->use_proxy_always) {
daemon->broken_resolver_response = NULL;
return false;
Expand Down

0 comments on commit 7c0eca5

Please sign in to comment.