projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
| inline |
side by side
(parent:
1ff0042
)
Fix typo in comment.
author
Heikki Linnakangas
<
[email protected]
>
Fri, 23 Sep 2016 05:04:19 +0000
(08:04 +0300)
committer
Heikki Linnakangas
<
[email protected]
>
Fri, 23 Sep 2016 05:04:19 +0000
(08:04 +0300)
Daniel Gustafsson
src/interfaces/libpq/libpq-int.h
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/libpq-int.h
b/src/interfaces/libpq/libpq-int.h
index a94ead04ff321a108cd84486dd5ad08370d60d5c..be6c3705b06813cf56deaf5d3ce50c765b788294 100644
(file)
--- a/
src/interfaces/libpq/libpq-int.h
+++ b/
src/interfaces/libpq/libpq-int.h
@@
-452,7
+452,7
@@
struct pg_conn
#ifndef ENABLE_GSS
gss_buffer_desc ginbuf; /* GSS input token */
#else
- char *gsslib; /* What GSS librar
t
to use ("gssapi" or
+ char *gsslib; /* What GSS librar
y
to use ("gssapi" or
* "sspi") */
#endif
CredHandle *sspicred; /* SSPI credentials handle */