mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-31 13:17:25 +01:00 
			
		
		
		
	agent: Fix uninitialized member usage
This commit is contained in:
		
							parent
							
								
									21fae3d1d9
								
							
						
					
					
						commit
						653019c263
					
				| @ -357,7 +357,7 @@ static bool find_request(const void *a, const void *b) | ||||
| 
 | ||||
| bool agent_request_cancel(unsigned int req_id, int reason) | ||||
| { | ||||
| 	struct agent_request *request; | ||||
| 	struct agent_request *request = NULL; | ||||
| 	struct agent *agent; | ||||
| 	const struct l_queue_entry *entry; | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Tim Kourt
						Tim Kourt