(main): make sure type doesn't need to be set

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17012 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-07 21:41:14 +00:00
parent e3a5114857
commit 5800a9f897

View File

@@ -761,7 +761,7 @@ main(int argc, char **argv)
type = parse_source_type(source_type);
if(type == 0)
krb5_errx(context, 1, "unknown source type `%s'", source_type);
} else if(type == 0)
} else
type = HPROP_HEIMDAL;
if(!to_stdout)