aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2007-07-23 10:57:36 +0000
committerMagnus Hagander <magnus@hagander.net>2007-07-23 10:57:36 +0000
commitb9ab88243e48dce44e4042b0765539591de1ef54 (patch)
tree2ca625d16a0d756e790cf1af73d52955ee441073 /src
parentf70866fb2353dba162fc296f644e7ce77af6d79f (diff)
downloadpostgresql-b9ab88243e48dce44e4042b0765539591de1ef54.tar.gz
postgresql-b9ab88243e48dce44e4042b0765539591de1ef54.zip
Stupid typo.
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/libpq/fe-auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/fe-auth.c b/src/interfaces/libpq/fe-auth.c
index e08dae8125d..361755af43e 100644
--- a/src/interfaces/libpq/fe-auth.c
+++ b/src/interfaces/libpq/fe-auth.c
@@ -10,7 +10,7 @@
* exceed INITIAL_EXPBUFFER_SIZE (currently 256 bytes).
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/interfaces/libpq/fe-auth.c,v 1.128 2007/07/23 10:16:54 mha Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/fe-auth.c,v 1.129 2007/07/23 10:57:36 mha Exp $
*
*-------------------------------------------------------------------------
*/
@@ -933,7 +933,7 @@ pg_fe_sendauth(AuthRequest areq, PGconn *conn, const char *hostname,
break;
#else
case AUTH_REQ_SSPI:
- snpritnf(PQerrormsg, PQERRORMSG_LENGTH,
+ snprintf(PQerrormsg, PQERRORMSG_LENGTH,
libpq_gettext("SSPI authentication not supported\n"));
return STATUS_ERROR;
#endif