From: Vsevolod Stakhov Date: Tue, 16 Jun 2015 13:33:33 +0000 (+0100) Subject: Fix variable name. X-Git-Tag: 1.0.0~539 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2334aeb8704af14446f94a7e204a190f3e7a278;p=thirdparty%2Frspamd.git Fix variable name. --- diff --git a/utils/redirector.pl.in b/utils/redirector.pl.in index aa41782321..555006374a 100755 --- a/utils/redirector.pl.in +++ b/utils/redirector.pl.in @@ -262,7 +262,7 @@ sub process_client { _log (LOG_INFO, "Max recursion exceeded: %d from %s to %s for request from: %s", $rec, $base_url, $http_request->uri, $heap->{remote_ip}); # Write to cache memcached_cache_url ($base_url, $http_request->uri); - my $new_response = create_response(200, $redirect); + my $new_response = create_response(200, $http_request->uri); # Avoid sending the response if the client has gone away. $heap->{client}->put($new_response) if defined $heap->{client};