Skip to content

Commit

Permalink
Force travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
mk6i committed Jan 7, 2019
1 parent 914a133 commit 2e63862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broker.go
Expand Up @@ -936,7 +936,7 @@ func (b *Broker) sendAndReceiveSASLOAuth(tokenProvider AccessTokenProvider, exte
}

// Build SASL/OAUTHBEARER initial client response as described by RFC-7628
// https://tools.ietf.org/html/rfc7628.
// https://tools.ietf.org/html/rfc7628
func buildClientInitialResponse(bearerToken string, extensions map[string]string) ([]byte, error) {

if _, ok := extensions[SASLExtKeyAuth]; ok {
Expand Down

0 comments on commit 2e63862

Please sign in to comment.