]> git.ipfire.org Git - thirdparty/krb5.git/commit
In kdb5_util load, init ulog closer to promote
authorGreg Hudson <ghudson@mit.edu>
Thu, 23 Jan 2014 15:51:21 +0000 (10:51 -0500)
committerGreg Hudson <ghudson@mit.edu>
Wed, 5 Feb 2014 05:21:30 +0000 (00:21 -0500)
commit1c0507df449ded505f54383387032db2723bd871
tree57e195a53d89bb82958309f1b05cc0f4d417e85e
parent779a335f4e2deb2d76caf7d0dd3de847a040c050
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
src/kadmin/dbutil/dump.c
src/lib/kdb/kdb_log.c