mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-11-04 09:42:42 +01:00 
			
		
		
		
	Update network.cpp
This commit is contained in:
		@@ -78,7 +78,7 @@ waybar::modules::Network::Network(const std::string &id, const Json::Value &conf
 | 
			
		||||
      family_(config["family"] == "ipv6" ? AF_INET6 : AF_INET),
 | 
			
		||||
      efd_(-1),
 | 
			
		||||
      ev_fd_(-1),
 | 
			
		||||
      want_route_dump_(true),
 | 
			
		||||
      want_route_dump_(false),
 | 
			
		||||
      want_link_dump_(false),
 | 
			
		||||
      want_addr_dump_(false),
 | 
			
		||||
      dump_in_progress_(false),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user