mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Fix typo
This commit is contained in:
parent
c1c772225d
commit
178c78c79f
@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.160 2007/11/27 12:17:27 petere Exp $
|
* $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.161 2007/11/28 13:30:16 petere Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -524,7 +524,7 @@ pg_GSS_recvauth(Port *port)
|
|||||||
maj_stat = gss_display_name(&min_stat, port->gss->name, &gbuf, NULL);
|
maj_stat = gss_display_name(&min_stat, port->gss->name, &gbuf, NULL);
|
||||||
if (maj_stat != GSS_S_COMPLETE)
|
if (maj_stat != GSS_S_COMPLETE)
|
||||||
pg_GSS_error(ERROR,
|
pg_GSS_error(ERROR,
|
||||||
gettext_noop("retreiving GSS user name failed"),
|
gettext_noop("retrieving GSS user name failed"),
|
||||||
maj_stat, min_stat);
|
maj_stat, min_stat);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user