Darien Raymond vor 9 Jahren
Ursprung
Commit
80312627c4
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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",
 		}