Content-Length: 272552 | pFad | http://github.com/postgrespro/postgres/commit/feb5087a34cbe7565ec351e6b3c9f94b627acb32
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e919a84 commit feb5087Copy full SHA for feb5087
src/backend/libpq/auth.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.197 2010/03/21 00:17:58 petere Exp $
+ * $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.198 2010/03/30 16:08:22 petere Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -2805,7 +2805,7 @@ CheckRADIUSAuth(Port *port)
2805
encryptedpassword))
2806
{
2807
ereport(LOG,
2808
- (errmsg("could not perform md5 encryption of received packet")));
+ (errmsg("could not perform MD5 encryption of received packet")));
2809
pfree(cryptvector);
2810
return STATUS_ERROR;
2811
}
Fetched URL: http://github.com/postgrespro/postgres/commit/feb5087a34cbe7565ec351e6b3c9f94b627acb32
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments