From f5ad76fe7023244511c177361a580ff94439517d Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Thu, 20 Aug 2009 19:02:18 -0700 Subject: [PATCH] set id = NULL to avoid warning --- kuser/kswitch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kuser/kswitch.c b/kuser/kswitch.c index 8b5e645df..96cf4902b 100644 --- a/kuser/kswitch.c +++ b/kuser/kswitch.c @@ -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]);