8000
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
}
0 commit comments