Darien Raymond 9 years ago
parent
commit
80312627c4
1 changed files with 1 additions and 1 deletions
  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",
 		}