Skip to content

Commit 6279419

Browse files
m-schmoockkandycoder
authored andcommitted
cleanup: nits
1 parent fd219e8 commit 6279419

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

connectd/connectd.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ static bool broken_resolver(struct daemon *daemon)
214214
const char *hostname = "nxdomain-test.doesntexist";
215215
int err;
216216

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 */
217+
/* 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 */
218219
if (!daemon->use_dns || daemon->use_proxy_always) {
219220
daemon->broken_resolver_response = NULL;
220221
return false;

0 commit comments

Comments
 (0)