Skip to content

Commit 6c7acf1

Browse files
authored
Update network.cpp
1 parent ead1b2f commit 6c7acf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/network.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ waybar::modules::Network::Network(const std::string &id, const Json::Value &conf
7878
family_(config["family"] == "ipv6" ? AF_INET6 : AF_INET),
7979
efd_(-1),
8080
ev_fd_(-1),
81-
want_route_dump_(true),
81+
want_route_dump_(false),
8282
want_link_dump_(false),
8383
want_addr_dump_(false),
8484
dump_in_progress_(false),

0 commit comments

Comments
 (0)