--- loncom/auth/lonrelaunch.pm	2022/06/26 04:03:47	1.2
+++ loncom/auth/lonrelaunch.pm	2022/06/26 18:17:01	1.3
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Re-launch guidance for deep linked access with username mismatch
 #
-# $Id: lonrelaunch.pm,v 1.2 2022/06/26 04:03:47 raeburn Exp $
+# $Id: lonrelaunch.pm,v 1.3 2022/06/26 18:17:01 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -94,7 +94,8 @@ sub handler {
                                                           'redirect'     => [1,$url]}).
                           '<p>'.&mt('Updating old session information').'</p>'.
                           &Apache::loncommon::end_page());
-            return OK;
+                return OK;
+            }
         }
     }
     if ($data{'linkprot'}) {