projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b873f83
)
Stupid typo.
author
Magnus Hagander
<magnus@hagander.net>
Mon, 23 Jul 2007 10:57:36 +0000
(10:57 +0000)
committer
Magnus Hagander
<magnus@hagander.net>
Mon, 23 Jul 2007 10:57:36 +0000
(10:57 +0000)
src/interfaces/libpq/fe-auth.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/fe-auth.c
b/src/interfaces/libpq/fe-auth.c
index 7c96b6331d235d50386e74c22ac170e176bbf706..2647fc6d7e79a6fa1cae8f23a5aa3fecfa768706 100644
(file)
--- a/
src/interfaces/libpq/fe-auth.c
+++ b/
src/interfaces/libpq/fe-auth.c
@@
-933,7
+933,7
@@
pg_fe_sendauth(AuthRequest areq, PGconn *conn, const char *hostname,
break;
#else
case AUTH_REQ_SSPI:
- snpri
tn
f(PQerrormsg, PQERRORMSG_LENGTH,
+ snpri
nt
f(PQerrormsg, PQERRORMSG_LENGTH,
libpq_gettext("SSPI authentication not supported\n"));
return STATUS_ERROR;
#endif