mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Fix many typos and inconsistencies
Author: Alexander Lakhin Discussion: https://postgr.es/m/af27d1b3-a128-9d62-46e0-88f424397f44@gmail.com
This commit is contained in:
@ -717,7 +717,7 @@ pg_password_sendauth(PGconn *conn, const char *password, AuthRequest areq)
|
||||
const char *pwd_to_send;
|
||||
char md5Salt[4];
|
||||
|
||||
/* Read the salt from the AuthenticationMD5 message. */
|
||||
/* Read the salt from the AuthenticationMD5Password message. */
|
||||
if (areq == AUTH_REQ_MD5)
|
||||
{
|
||||
if (pqGetnchar(md5Salt, 4, conn))
|
||||
@ -897,7 +897,7 @@ pg_fe_sendauth(AuthRequest areq, int payloadlen, PGconn *conn)
|
||||
/*
|
||||
* No SSPI support. However, if we have GSSAPI but not SSPI
|
||||
* support, AUTH_REQ_SSPI will have been handled in the codepath
|
||||
* for AUTH_REQ_GSSAPI above, so don't duplicate the case label in
|
||||
* for AUTH_REQ_GSS above, so don't duplicate the case label in
|
||||
* that case.
|
||||
*/
|
||||
#if !defined(ENABLE_GSS)
|
||||
|
Reference in New Issue
Block a user