Fix for first in chain https/tcps parent

This commit is contained in:
Vladimir Dubrovin 2026-04-13 21:09:46 +03:00
parent a1a65c3fd5
commit afbdad0ac7

View File

@ -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;