mirror of
https://github.com/3proxy/3proxy.git
synced 2026-04-19 18:50:12 +08:00
Fix for first in chain https/tcps parent
This commit is contained in:
parent
a1a65c3fd5
commit
afbdad0ac7
@ -363,6 +363,7 @@ int handleredirect(struct clientparam * param, struct ace * acentry){
|
|||||||
param->extpassword = (unsigned char *)mystrdup((char *)((*cur->extuser == '*' && param->password)?param->password : cur->extpass));
|
param->extpassword = (unsigned char *)mystrdup((char *)((*cur->extuser == '*' && param->password)?param->password : cur->extpass));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if(redir->secure) return ssl_parent(param);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
connected = 1;
|
connected = 1;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user