Do not negotiate handshake for extip redirection

This commit is contained in:
z3APA3A 2016-02-08 14:39:29 +03:00
parent 6713530fda
commit 3680f2d3b1

View File

@ -243,6 +243,8 @@ int handleredirect(struct clientparam * param, struct ace * acentry){
if(!connected){
if(cur->type == R_EXTIP){
param->sinsl = cur->addr;
if(cur->next)continue;
return 0;
}
else if(SAISNULL(&cur->addr) && !*SAPORT(&cur->addr)){
if(cur->extuser){