Explorar o código

auto update script executed

Toby Chui hai 1 ano
pai
achega
150202aa23
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      router.go

+ 1 - 1
router.go

@@ -43,8 +43,8 @@ func AuthFsHandler(handler http.Handler) http.Handler {
 				webSshManager.HandleHttpByInstanceId(instanceUUID, w, r)
 			} else {
 				http.Error(w, "Invalid Usage", http.StatusInternalServerError)
-				return
 			}
+			return
 		}
 
 		//Authenticated