Fixed a non-static variable causing multiple declarations when FAKE_CODE was defined
This commit is contained in:
		
				
					committed by
					
						
						Timofey Turenko
					
				
			
			
				
	
			
			
			
						parent
						
							3f3996f87c
						
					
				
				
					commit
					c1b956af2c
				
			@ -567,7 +567,7 @@ typedef enum skygw_chk_t {
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#if defined(FAKE_CODE)
 | 
			
		||||
bool conn_open[10240];
 | 
			
		||||
static bool conn_open[10240];
 | 
			
		||||
#endif /* FAKE_CODE */
 | 
			
		||||
 | 
			
		||||
#endif /* SKYGW_DEBUG_H */
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user