get_v4_tgt only used when compileing with kerberos 4 support
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14506 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -579,7 +579,9 @@ verify_krb5(const char *password)
|
||||
{
|
||||
krb5_error_code ret;
|
||||
krb5_ccache id;
|
||||
#ifdef KRB4
|
||||
krb5_boolean get_v4_tgt;
|
||||
#endif
|
||||
|
||||
krb5_cc_default(context, &id);
|
||||
ret = krb5_verify_user(context,
|
||||
|
Reference in New Issue
Block a user