From 5813b0a4dde27597f0aa8ffbfd24d5fbeb72653b Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sun, 22 Nov 2009 12:53:56 -0800 Subject: [PATCH] default master key version is 1 --- lib/hdb/mkey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hdb/mkey.c b/lib/hdb/mkey.c index 35323cf10..360bb33a3 100644 --- a/lib/hdb/mkey.c +++ b/lib/hdb/mkey.c @@ -185,7 +185,7 @@ read_master_mit(krb5_context context, const char *filename, if(ret) goto out; } - ret = hdb_process_master_key(context, 0, &key, 0, mkey); + ret = hdb_process_master_key(context, 1, &key, 0, mkey); krb5_free_keyblock_contents(context, &key); out: krb5_storage_free(sp);