Skip to content

Commit b9ab882

Browse files
committed
Stupid typo.
1 parent f70866f commit b9ab882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/libpq/fe-auth.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* exceed INITIAL_EXPBUFFER_SIZE (currently 256 bytes).
1111
*
1212
* IDENTIFICATION
13-
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-auth.c,v 1.128 2007/07/23 10:16:54 mha Exp $
13+
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-auth.c,v 1.129 2007/07/23 10:57:36 mha Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
@@ -933,7 +933,7 @@ pg_fe_sendauth(AuthRequest areq, PGconn *conn, const char *hostname,
933933
break;
934934
#else
935935
case AUTH_REQ_SSPI:
936-
snpritnf(PQerrormsg, PQERRORMSG_LENGTH,
936+
snprintf(PQerrormsg, PQERRORMSG_LENGTH,
937937
libpq_gettext("SSPI authentication not supported\n"));
938938
return STATUS_ERROR;
939939
#endif

0 commit comments

Comments
 (0)