Skip to content

Commit

Permalink
comment correction
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed May 29, 2022
1 parent b70b381 commit d91fdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/datamodel.go
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@ func ErrAuthRequiredReply(msg *ClientComMessage, ts time.Time) *ServerComMessage
}

// ErrAuthFailed authentication failed
// with explicit server and incoming request timestamps (400).
// with explicit server and incoming request timestamps (401).
func ErrAuthFailed(id, topic string, serverTs, incomingReqTs time.Time) *ServerComMessage {
return &ServerComMessage{
Ctrl: &MsgServerCtrl{
Expand Down

0 comments on commit d91fdda

Please sign in to comment.