mirror of
https://github.com/3proxy/3proxy.git
synced 2026-08-03 22:26:10 +00:00
Fix for first in chain https/tcps parent
This commit is contained in:
parent
a1a65c3fd5
commit
afbdad0ac7
1 changed files with 1 additions and 0 deletions
|
|
@ -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));
|
||||
}
|
||||
}
|
||||
if(redir->secure) return ssl_parent(param);
|
||||
return 0;
|
||||
}
|
||||
connected = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue