summaryrefslogtreecommitdiff
path: root/gmi.pl
diff options
context:
space:
mode:
Diffstat (limited to 'gmi.pl')
-rwxr-xr-xgmi.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/gmi.pl b/gmi.pl
index 4ab8b3f..7fb9401 100755
--- a/gmi.pl
+++ b/gmi.pl
@@ -7,7 +7,7 @@ use warnings;
use 5.010;
#use diagnostics;
-our $VERSION = 'v0.16.1';
+our $VERSION = 'v0.16.2';
# Modules
use IO::Socket::SSL; # CPAN
@@ -229,7 +229,7 @@ sub respond_to_client {
my $redirect = check_for_config_redirection($vhost, $path, $redirection);
if ($redirect) {
speak($cl, 'redirect', $redirect);
- goto CLOSE;
+ return;
}
}