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