Stupid typo.
authorMagnus Hagander <magnus@hagander.net>
Mon, 23 Jul 2007 10:57:36 +0000 (10:57 +0000)
committerMagnus Hagander <magnus@hagander.net>
Mon, 23 Jul 2007 10:57:36 +0000 (10:57 +0000)
src/interfaces/libpq/fe-auth.c

index e08dae8125daaa98f7e039f0f6de3bf567a0526a..361755af43ead50130a5d5230cba9f48b20dd6d9 100644 (file)
@@ -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