Skip to content

Commit fe5de48

Browse files
committed
A few parentheses shy of a load here ...
1 parent a0cc9f3 commit fe5de48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/libpq/hba.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* IDENTIFICATION
13-
* $Header: /cvsroot/pgsql/src/backend/libpq/hba.c,v 1.105 2003/07/22 19:00:10 tgl Exp $
13+
* $Header: /cvsroot/pgsql/src/backend/libpq/hba.c,v 1.106 2003/07/22 21:19:22 tgl Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
@@ -1391,7 +1391,7 @@ ident_unix(int sock, char *ident_user)
13911391
{
13921392
ereport(LOG,
13931393
(errmsg("local user with uid %d is not known to getpwuid",
1394-
(int) peercred.uid);
1394+
(int) peercred.uid)));
13951395
return false;
13961396
}
13971397

@@ -1461,7 +1461,7 @@ ident_unix(int sock, char *ident_user)
14611461
{
14621462
ereport(LOG,
14631463
(errmsg("local user with uid %d is not known to getpwuid",
1464-
(int) cred->cruid);
1464+
(int) cred->cruid)));
14651465
return false;
14661466
}
14671467

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy