WebSocket: avoid closing an invalid FD
This commit is contained in:
		
							parent
							
								
									1be02128e3
								
							
						
					
					
						commit
						06e066a491
					
				| @ -2126,7 +2126,7 @@ backend_ws_connect (struct ws_context *self, struct error **e) | |||||||
| 		result = true; | 		result = true; | ||||||
| 
 | 
 | ||||||
| fail_2: | fail_2: | ||||||
| 	if (!result) | 	if (!result && self->server_fd != -1) | ||||||
| 	{ | 	{ | ||||||
| 		xclose (self->server_fd); | 		xclose (self->server_fd); | ||||||
| 		self->server_fd = -1; | 		self->server_fd = -1; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user