mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Fixed cap mistake in comment
Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
@@ -5323,7 +5323,7 @@ func (c *client) doTLSHandshake(typ string, solicit bool, url *url.URL, tlsConfi
|
||||
return false, err
|
||||
}
|
||||
|
||||
// getRAwAuthUserLock returns the raw auth user for the client.
|
||||
// getRawAuthUserLock returns the raw auth user for the client.
|
||||
// Will acquire the client lock.
|
||||
func (c *client) getRawAuthUserLock() string {
|
||||
c.mu.Lock()
|
||||
@@ -5331,7 +5331,7 @@ func (c *client) getRawAuthUserLock() string {
|
||||
return c.getRawAuthUser()
|
||||
}
|
||||
|
||||
// getRAwAuthUser returns the raw auth user for the client.
|
||||
// getRawAuthUser returns the raw auth user for the client.
|
||||
// Lock should be held.
|
||||
func (c *client) getRawAuthUser() string {
|
||||
switch {
|
||||
|
||||
Reference in New Issue
Block a user