Revert the part of r24157 which added the dal_version argument to the
authorGreg Hudson <ghudson@mit.edu>
Wed, 21 Jul 2010 19:01:35 +0000 (19:01 +0000)
committerGreg Hudson <ghudson@mit.edu>
Wed, 21 Jul 2010 19:01:35 +0000 (19:01 +0000)
commita9883866e0b8c72986965c98dbfa98b7f50640cf
treefff4ac58e1e5740d12bf669bcac1e9310624fc31
parentb802a4d4ec3e94a7ae8766e702c4cf1be47b5bf6
Revert the part of r24157 which added the dal_version argument to the
init_library interface.  Instead use the already existing maj_ver
field of the DAL vtable to detect incompatibilities.  Since maj_ver
is a short int, use an incrementing number instead of a date for the
major version.

ticket: 6749

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24200 dc483132-0cff-0310-8789-dd5450dbe970
src/include/kdb.h
src/lib/kdb/kdb5.c
src/plugins/kdb/db2/db2_exp.c
src/plugins/kdb/hdb/kdb_hdb.c
src/plugins/kdb/ldap/ldap_exp.c
src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap.h
src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap_conn.c