Darien Raymond 9 년 전
부모
커밋
80312627c4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tools/conf/transport_authenticators.go

+ 1 - 1
tools/conf/transport_authenticators.go

@@ -104,7 +104,7 @@ func (this *HTTPAuthenticatorResponse) Build() (*http.ResponseConfig, error) {
 	}
 
 	if this.Status != nil || this.Reason != nil {
-		config.Status = http.Status{
+		config.Status = &http.Status{
 			Code:   "200",
 			Reason: "OK",
 		}