set id = NULL to avoid warning

This commit is contained in:
Love Hornquist Astrand
2009-08-20 19:02:18 -07:00
parent 03cb3aa56b
commit f5ad76fe70

View File

@@ -69,7 +69,7 @@ main (int argc, char **argv)
{
krb5_context context;
krb5_error_code ret;
krb5_ccache id;
krb5_ccache id = NULL;
int optidx = 0;
setprogname (argv[0]);