From 5599f40d259a275d3202b10aa6ffb9a36fd8a940 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 6 Sep 2019 09:15:35 +0200 Subject: 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. --- src/interfaces/libpq/fe-gssapi-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces/libpq/fe-gssapi-common.h') diff --git a/src/interfaces/libpq/fe-gssapi-common.h b/src/interfaces/libpq/fe-gssapi-common.h index ebe24f7ca01..3c42b425365 100644 --- a/src/interfaces/libpq/fe-gssapi-common.h +++ b/src/interfaces/libpq/fe-gssapi-common.h @@ -20,7 +20,7 @@ void pg_GSS_error(const char *mprefix, PGconn *conn, OM_uint32 maj_stat, OM_uint32 min_stat); -bool pg_GSS_have_ccache(gss_cred_id_t *cred_out); +bool pg_GSS_have_cred_cache(gss_cred_id_t *cred_out); int pg_GSS_load_servicename(PGconn *conn); #endif -- cgit v1.2.3