]> source.dussan.org Git - rspamd.git/commitdiff
Fix variable name.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 16 Jun 2015 13:33:33 +0000 (14:33 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 16 Jun 2015 13:33:33 +0000 (14:33 +0100)
utils/redirector.pl.in

index aa41782321c2e8f79e45ad83014ea52117afb327..555006374a923c19802d19e028480b546de5a58f 100755 (executable)
@@ -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};