Skip to content

Commit

Permalink
Update TLSAuthenticator()
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergarage committed May 23, 2024
1 parent 558a47f commit 85af3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresqltest/server/tls_authenticator.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ func (authenticator *TLSAuthenticator) Authenticate(conn auth.Conn) (bool, error
return true, nil
}
}
return true, nil
return false, nil
}

0 comments on commit 85af3c8

Please sign in to comment.