Skip to content

Commit 5a849d4

Browse files
committed
Comment out the mdns check
1 parent 157cda7 commit 5a849d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

comitup/states.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,9 @@ def connected_timeout(dummy: int) -> None:
296296
log.error("AP is holding default route while CONNECTED, kicking")
297297
nm.disconnect(link_dev)
298298

299-
mdns.check_mdns(dns_names)
299+
# Leave this out for now. Disabling dhcpcd may have fixed the instability
300+
# problem.
301+
# mdns.check_mdns(dns_names)
300302

301303

302304
#

0 commit comments

Comments
 (0)