mirror of
				https://github.com/3proxy/3proxy.git
				synced 2025-11-04 15:52:39 +08:00 
			
		
		
		
	Fix: 'extip' may fail with 9 error code
This commit is contained in:
		
							parent
							
								
									6426ed0c1a
								
							
						
					
					
						commit
						4e4f71712d
					
				@ -317,8 +317,8 @@ int handleredirect(struct clientparam * param, struct ace * acentry){
 | 
				
			|||||||
		connected = 1;
 | 
							connected = 1;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if(!connected) return 9;
 | 
						if(!connected || !redir) return 0;
 | 
				
			||||||
	return (redir)?clientnegotiate(redir, param, (struct sockaddr *)¶m->req):0;
 | 
						return clientnegotiate(redir, param, (struct sockaddr *)¶m->req);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int IPInentry(struct sockaddr *sa, struct iplist *ipentry){
 | 
					int IPInentry(struct sockaddr *sa, struct iplist *ipentry){
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user