From 1c0507df449ded505f54383387032db2723bd871 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Thu, 23 Jan 2014 10:51:21 -0500 Subject: In kdb5_util load, init ulog closer to promote Always map the ulog with FKCOMMAND, not FKLOAD which reinitializes the ulog. Don't reinitialize the ulog until just before calling krb5_db_promote(). Get rid of FKLOAD since it isn't needed any more; we can just call ulog_init_header() manually. --- src/include/kdb_log.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include/kdb_log.h') diff --git a/src/include/kdb_log.h b/src/include/kdb_log.h index 88f0eb590e..16d8af2c66 100644 --- a/src/include/kdb_log.h +++ b/src/include/kdb_log.h @@ -50,7 +50,6 @@ extern "C" { #define FKPROPLOG 2 #define FKPROPD 3 #define FKCOMMAND 4 /* Includes kadmin.local and kdb5_util */ -#define FKLOAD 5 /* kdb5_util load */ /* * Default ulog file attributes -- cgit