Home
last modified time | relevance | path

Searched refs:this_client (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dsendauth.c109 krb5_principal this_client = NULL; in krb5_sendauth() local
156 ret = krb5_cc_get_principal (context, ccache, &this_client); in krb5_sendauth()
162 client = this_client; in krb5_sendauth()
194 if(this_client) in krb5_sendauth()
195 krb5_free_principal(context, this_client); in krb5_sendauth()