(krb5_mk_req): remove unused variable

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7196 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-10-19 22:57:24 +00:00
parent 8ff71f46e5
commit ac758c76d9

View File

@@ -54,7 +54,6 @@ krb5_mk_req(krb5_context context,
krb5_creds this_cred, *cred;
char **realms;
krb5_data realm_data;
char **p;
char *real_hostname;
memset(&this_cred, 0, sizeof(this_cred));