summaryrefslogtreecommitdiff
path: root/source4/heimdal
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-06-28 13:07:42 +0200
committerStefan Metzmacher <metze@samba.org>2011-06-28 18:24:37 +0200
commit6982ea767d2b1ddd2346431a8f2327cc29f45b87 (patch)
treea625a6bc20398c62fdd7cb90cad93f7a01db50b4 /source4/heimdal
parent56db9c9f274d414ad435bd7cd3f522f11257458e (diff)
downloadsamba-6982ea767d2b1ddd2346431a8f2327cc29f45b87.tar.gz
samba-6982ea767d2b1ddd2346431a8f2327cc29f45b87.tar.bz2
samba-6982ea767d2b1ddd2346431a8f2327cc29f45b87.zip
HEIMDAL:kdc/windc_plugin.h: KRB5_WINDC_PLUGIN_MINOR 4 => 5
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
Diffstat (limited to 'source4/heimdal')
-rw-r--r--source4/heimdal/kdc/windc_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal/kdc/windc_plugin.h b/source4/heimdal/kdc/windc_plugin.h
index 037fc8cbda..4755a5ea8f 100644
--- a/source4/heimdal/kdc/windc_plugin.h
+++ b/source4/heimdal/kdc/windc_plugin.h
@@ -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;