remove dead code

This commit is contained in:
Vladimir Dubrovin 2026-08-08 21:10:57 +03:00
parent 8c2ad56665
commit f5ff81d0bc

View file

@ -270,8 +270,6 @@ int handleredirect(struct clientparam * param, struct ace * acentry){
int r2;
int saved = 0;
if(param->remsock != INVALID_SOCKET && param->operation != UDPASSOC) {
}
if((SAISNULL(&param->req) || !*SAPORT(&param->req)) && param->operation != UDPASSOC) {
return 100;
}