]> git.ipfire.org Git - thirdparty/krb5.git/commit
Clarify flag handling in dump.c
authorGreg Hudson <ghudson@mit.edu>
Tue, 27 Aug 2013 16:23:12 +0000 (12:23 -0400)
committerGreg Hudson <ghudson@mit.edu>
Tue, 27 Aug 2013 16:23:12 +0000 (12:23 -0400)
commit7e1ed6156c6aaa0159c0976a4d93b60a18dc6473
treee619922b8684b3215cd520ca57208753daa9c8c9
parent825fa2be6f119677a09acccb109ab976cfc601f8
Clarify flag handling in dump.c

Get rid of "flags" bitfields and just use boolean values, to make the
internal contracts for dump and load functions more precise.  Rename
"add_update" to "iprop_load" and reverse its sense.
src/kadmin/dbutil/dump.c
src/kadmin/dbutil/kdb5_util.h
src/kadmin/dbutil/ovload.c