Make renewstr const char * to avoid const warning

Based on a report from Matthias Dieter Wallnöfer.
This commit is contained in:
Love Hornquist Astrand
2009-10-03 11:37:38 -07:00
parent 7b999148f8
commit 175111efd7

View File

@@ -417,7 +417,7 @@ get_new_tickets(krb5_context context,
char passwd[256];
krb5_deltat start_time = 0;
krb5_deltat renew = 0;
char *renewstr = NULL;
const char *renewstr = NULL;
krb5_enctype *enctype = NULL;
krb5_ccache tempccache;
#ifndef NO_NTLM