Ver código fonte

auto update script executed

Toby Chui 1 ano atrás
pai
commit
150202aa23
1 arquivos alterados com 1 adições e 1 exclusões
  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