mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
Fix typo in comment.
Daniel Gustafsson
This commit is contained in:
parent
1ff0042165
commit
674e2de64d
@ -452,7 +452,7 @@ struct pg_conn
|
||||
#ifndef ENABLE_GSS
|
||||
gss_buffer_desc ginbuf; /* GSS input token */
|
||||
#else
|
||||
char *gsslib; /* What GSS librart to use ("gssapi" or
|
||||
char *gsslib; /* What GSS library to use ("gssapi" or
|
||||
* "sspi") */
|
||||
#endif
|
||||
CredHandle *sspicred; /* SSPI credentials handle */
|
||||
|
Loading…
Reference in New Issue
Block a user