mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
libpq: ccache -> credential cache
The term "ccache" is overloaded. Let's be more clear, in case someone other than a Kerberos wizard has to read this code.
This commit is contained in:
@ -58,7 +58,7 @@ pg_GSS_error(const char *mprefix, PGconn *conn,
|
||||
* Check if we can acquire credentials at all (and yield them if so).
|
||||
*/
|
||||
bool
|
||||
pg_GSS_have_ccache(gss_cred_id_t *cred_out)
|
||||
pg_GSS_have_cred_cache(gss_cred_id_t *cred_out)
|
||||
{
|
||||
OM_uint32 major,
|
||||
minor;
|
||||
|
Reference in New Issue
Block a user