mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +03:00
Fix a few more duplicate words in comments
Similar to 84fd3bc14
but these ones were found using a regex that can span
multiple lines.
Author: David Rowley <dgrowleyml@gmail.com>
Discussion: https://postgr.es/m/CAApHDvrMcr8XD107H3NV=WHgyBcu=sx5+7=WArr-n_cWUqdFXQ@mail.gmail.com
This commit is contained in:
@@ -1833,7 +1833,7 @@ pqConnectOptions2(PGconn *conn)
|
||||
* sslmode='allow' or sslmode='disable' either. If a user goes through
|
||||
* the trouble of setting sslnegotiation='direct', they probably
|
||||
* intend to use SSL, and sslmode=disable or allow is probably a user
|
||||
* user mistake anyway.
|
||||
* mistake anyway.
|
||||
*/
|
||||
if (conn->sslnegotiation[0] == 'd' &&
|
||||
conn->sslmode[0] != 'r' && conn->sslmode[0] != 'v')
|
||||
|
Reference in New Issue
Block a user