mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			296 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			296 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/src/ap/ieee802_1x.c
 | 
						|
+++ b/src/ap/ieee802_1x.c
 | 
						|
@@ -2232,9 +2232,9 @@ void ieee802_1x_notify_pre_auth(struct e
 | 
						|
 }
 | 
						|
 
 | 
						|
 
 | 
						|
-static const char * bool_txt(Boolean bool)
 | 
						|
+static const char * bool_txt(Boolean bool_val)
 | 
						|
 {
 | 
						|
-	return bool ? "TRUE" : "FALSE";
 | 
						|
+	return bool_val ? "TRUE" : "FALSE";
 | 
						|
 }
 | 
						|
 
 | 
						|
 
 |