Ifdef unused variable.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4621 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1998-03-21 00:50:16 +00:00
parent c492deb0ad
commit 0a2002c848

View File

@@ -69,7 +69,9 @@ get_creds(krb5_context context, krb5_ccache *cache, const char *host)
krb5_principal client;
krb5_error_code ret;
krb5_get_init_creds_opt init_opts;
#if 0
krb5_preauthtype preauth = KRB5_PADATA_ENC_TIMESTAMP;
#endif
krb5_creds creds;
char my_hostname[128];
char *server;