]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix documented kcpreauth minor version 582/head
authorGreg Hudson <ghudson@mit.edu>
Wed, 14 Dec 2016 16:56:56 +0000 (11:56 -0500)
committerGreg Hudson <ghudson@mit.edu>
Thu, 15 Dec 2016 15:59:46 +0000 (10:59 -0500)
Commit 7b12eb4757f8dd05b79c9b49d4289f0caf1f6eec erroneously changed
the documented kdcpreauth minor version from 2 to 3.  Only the
callback version changed in that commit; the interface minor version
remains at 2 (from commit 83b4ecd20e50ad330cd761977d5dadefe30a785b
which added the loop method).

src/include/krb5/kdcpreauth_plugin.h

index f455effaecdb8cc8a53ea96adc7246dc978d6bf5..4a0e121c6091ad05bf05decc26a48c2ec4e32fc9 100644 (file)
@@ -34,7 +34,7 @@
  * Declarations for kdcpreauth plugin module implementors.
  *
  * The kdcpreauth interface has a single supported major version, which is 1.
- * Major version 1 has a current minor version of 3.  kdcpreauth modules should
+ * Major version 1 has a current minor version of 2.  kdcpreauth modules should
  * define a function named kdcpreauth_<modulename>_initvt, matching the
  * signature:
  *