From f06402390a1d6cbc68dad5d7386231fc5994ccd7 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 16 Jun 2015 14:33:33 +0100 Subject: Fix variable name. --- utils/redirector.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/redirector.pl.in b/utils/redirector.pl.in index aa4178232..555006374 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}; -- cgit v1.2.3