Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/krb5/
H A Dsendauth.c84 krb5_principal this_client = NULL; in krb5_sendauth() local
131 ret = krb5_cc_get_principal (context, ccache, &this_client); in krb5_sendauth()
137 client = this_client; in krb5_sendauth()
169 if(this_client) in krb5_sendauth()
170 krb5_free_principal(context, this_client); in krb5_sendauth()