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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user