[mb-commits] branch, mbs-2411, updated. MBS-2411, forgot to include a return after the redirect in the previous commit.

MusicBrainz Git Server <[email protected]> Mon, 24 Dec 2012 15:57:48 +0000
Newsgroups gmane.comp.audio.musicbrainz.cvs
Message-ID <E1TnAPU-0000Op-PW@wiley>
The branch, mbs-2411 has been updated
       via  http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=1470dd64548969d9768f0483fa0042323f8fa2e8 (commit)
      from  http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=1b50a296295ebe2a1e1b60a755b485ee5d3cf499 (commit)

Summary of changes:
 lib/MusicBrainz/Server/Controller/Root.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1470dd64548969d9768f0483fa0042323f8fa2e8
Author: warp <[email protected]>
Date:   Mon Dec 24 16:57:12 2012 +0100

    MBS-2411, forgot to include a return after the redirect in the previous commit.

diff --git a/lib/MusicBrainz/Server/Controller/Root.pm b/lib/MusicBrainz/Server/Controller/Root.pm
index c531ee5..5e334bd 100644
--- a/lib/MusicBrainz/Server/Controller/Root.pm
+++ b/lib/MusicBrainz/Server/Controller/Root.pm
@@ -172,6 +172,7 @@ sub _ssl_redirect
         $c->response->cookies->{return_to_http} = { value => 1, expires => '-1m' };
         $c->response->redirect(
             "http://".DBDefs->WEB_SERVER.$c->request->env->{REQUEST_URI});
+        return 1;
     }
 
     return 0;

-----------------------------------------------------------------------


hooks/post-receive
-- 
mb_server