kdc/windc_plugin.h: KRB5_WINDC_PLUGIN_MINOR 4 => 5
authorStefan Metzmacher <metze@samba.org>
Tue, 28 Jun 2011 11:07:42 +0000 (13:07 +0200)
committerLove Hörnquist Åstrand <lha@h5l.org>
Sat, 23 Jul 2011 18:48:11 +0000 (11:48 -0700)
commit "heimdal Add support for extracting a particular KVNO from the database"
(f469fc6d4922d796f5c61bf43e3efc018e37b680 in heimdal/master
 and 9b5e304ccedc8f0f7ce2342e4d9c621417dd1c1e in samba/master)
changed the windc_plugin interface, so we need to change the
version number.

metze

Signed-off-by: Love Hörnquist Åstrand <lha@h5l.org>
kdc/windc_plugin.h

index 613c571ae2de0f0b4d6d580fef31aa9cef0050a8..a9af19357b14b06e49f8ca78a5ebd084fa624c4f 100644 (file)
@@ -72,8 +72,8 @@ typedef krb5_error_code
        KDC_REQ *, krb5_data *);
 
 
-#define KRB5_WINDC_PLUGING_MINOR               4
-#define KRB5_WINDC_PLUGIN_MINOR                        4
+#define KRB5_WINDC_PLUGIN_MINOR                        5
+#define KRB5_WINDC_PLUGING_MINOR KRB5_WINDC_PLUGIN_MINOR
 
 typedef struct krb5plugin_windc_ftable {
     int                        minor_version;