this concludes the case of the missing braces
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14025 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -52,9 +52,10 @@ stash(struct stash_options *opt, int argc, char **argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
ret = krb5_string_to_enctype(context, opt->enctype_string, &enctype);
|
ret = krb5_string_to_enctype(context, opt->enctype_string, &enctype);
|
||||||
if(ret)
|
if(ret) {
|
||||||
krb5_warn(context, ret, "%s", opt->enctype_string);
|
krb5_warn(context, ret, "%s", opt->enctype_string);
|
||||||
return 0;
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
if(opt->key_file_string == NULL)
|
if(opt->key_file_string == NULL)
|
||||||
opt->key_file_string = HDB_DB_DIR "/m-key";
|
opt->key_file_string = HDB_DB_DIR "/m-key";
|
||||||
|
Reference in New Issue
Block a user