]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Bump DAL major version for iterate change 249/head
authorGreg Hudson <ghudson@mit.edu>
Wed, 4 Feb 2015 18:03:20 +0000 (13:03 -0500)
committerGreg Hudson <ghudson@mit.edu>
Wed, 4 Feb 2015 19:30:47 +0000 (14:30 -0500)
Commit ab009b8568d9b64b7e992ecdb98114e895b4a7ff for issue #7977
changed the signature of krb5_db_iterate() and properly bumped
KRB5_KDB_API_VERSION from 7 to 8.  It also changed the signature of
the DAL iterate() function, but did not bump
KRB5_KDB_DAL_MAJOR_VERSION.  Bump that version from 4 to 5 now.

ticket: 8066 (new)
target_version: 1.13.1
tags: pullup

src/include/kdb.h

index e89c7aa0c37c04ff9f912a678ee7c5b4bc222082..d0a390a25886801a2c65c5c444ef14a24b4fbff7 100644 (file)
@@ -817,7 +817,7 @@ krb5_dbe_free_string(krb5_context, char *);
  * This number indicates the date of the last incompatible change to the DAL.
  * The maj_ver field of the module's vtable structure must match this version.
  */
-#define KRB5_KDB_DAL_MAJOR_VERSION 4
+#define KRB5_KDB_DAL_MAJOR_VERSION 5
 
 /*
  * A krb5_context can hold one database object.  Modules should use