diff options
author | Greg Hudson <ghudson@mit.edu> | 2011-07-26 11:28:08 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2011-07-26 11:28:08 +0000 |
commit | 4f3f35c9f926597fb749f24c95fb9bf231f3b864 (patch) | |
tree | 02797a0ebeef19bf1547b8e0c26c7ce7d47049bc /src/plugins/kdb | |
parent | 32ffc4505e6334d8bcd287e89b88f35d9d9f2539 (diff) | |
download | krb5-4f3f35c9f926597fb749f24c95fb9bf231f3b864.tar.gz krb5-4f3f35c9f926597fb749f24c95fb9bf231f3b864.tar.xz krb5-4f3f35c9f926597fb749f24c95fb9bf231f3b864.zip |
Define KRB5_TL_DB_ARGS unconditionally in kdb.h
Due to an apparent merge bug, KRB5_TL_DB_ARGS was defined in a
SECURID conditional block, and several source files worked around the
problem by defining the constant themselves or defining SECURID. Move
the definition and remove the workarounds.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25055 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/plugins/kdb')
-rw-r--r-- | src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c b/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c index 84ecb66dc..fcc1ebdb9 100644 --- a/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c +++ b/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c @@ -81,9 +81,6 @@ * Create / Modify / Destroy / View / List realm(s) */ -/* Needed for getting the definition of KRB5_TL_DB_ARGS */ -#define SECURID - #include <stdio.h> #include <k5-int.h> #include <kadm5/admin.h> |