소스 검색

auto update script executed

Toby Chui 2 년 전
부모
커밋
150202aa23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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