mirror of
				https://github.com/rofl0r/proxychains-ng.git
				synced 2025-11-04 09:06:05 +00:00 
			
		
		
		
	Fix trivial compilation warning
Fix "missing braces around initializer" warning.
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
#include "ip_type.h"
 | 
			
		||||
 | 
			
		||||
const ip_type ip_type_invalid = { .addr.v4.as_int = -1 };
 | 
			
		||||
const ip_type ip_type_localhost = { .addr.v4 = {127, 0, 0, 1} };
 | 
			
		||||
const ip_type ip_type_localhost = { .addr.v4.octet = {127, 0, 0, 1} };
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user