make db NULL to make it not pass undefined value to hdb_print_entry().

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24862 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-02-27 03:31:41 +00:00
parent 471260363f
commit a4b0d218d9

View File

@@ -75,7 +75,7 @@ main(int argc, char **argv)
krb5_authenticator authent;
krb5_keytab keytab;
int fd;
HDB *db;
HDB *db = NULL;
int optidx = 0;
char *tmp_db;
krb5_log_facility *fac;