diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2003-10-09 19:52:14 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2003-10-09 19:52:14 +0000 |
commit | 855f569304145440ca790a47edc5e6341c856220 (patch) | |
tree | 79f9abdf52c9f029b279d77ae97945cd35cd9142 /crypto/heimdal/lib/krb5 | |
parent | bbd80c285ead4d04e4b8b9e950164352819694ba (diff) |
Notes
Diffstat (limited to 'crypto/heimdal/lib/krb5')
-rw-r--r-- | crypto/heimdal/lib/krb5/verify_krb5_conf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/heimdal/lib/krb5/verify_krb5_conf.c b/crypto/heimdal/lib/krb5/verify_krb5_conf.c index 6f905bf2c65ee..7654e8cfebffe 100644 --- a/crypto/heimdal/lib/krb5/verify_krb5_conf.c +++ b/crypto/heimdal/lib/krb5/verify_krb5_conf.c @@ -35,7 +35,7 @@ #include <getarg.h> #include <parse_bytes.h> #include <err.h> -RCSID("$Id: verify_krb5_conf.c,v 1.17 2003/03/29 09:52:50 lha Exp $"); +RCSID("$Id: verify_krb5_conf.c,v 1.17.2.1 2003/09/22 18:46:58 lha Exp $"); /* verify krb5.conf */ @@ -449,8 +449,8 @@ struct entry log_strings[] = { #if 0 struct entry kdcdefaults_entries[] = { - { "kdc_ports, krb5_config_string, mit_entry }, - { "v4_mode, krb5_config_string, mit_entry }, + { "kdc_ports", krb5_config_string, mit_entry }, + { "v4_mode", krb5_config_string, mit_entry }, { NULL } }; #endif |