diff --git a/src/redirect.c b/src/redirect.c index 9654492..498c8f6 100644 --- a/src/redirect.c +++ b/src/redirect.c @@ -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(¶m->req) || !*SAPORT(¶m->req)) && param->operation != UDPASSOC) { return 100; }