diff options
author | nectar <nectar@FreeBSD.org> | 2003-10-09 19:52:14 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2003-10-09 19:52:14 +0000 |
commit | f4317945f53384c9b8ad43f1eaea2d3fa0d1f36b (patch) | |
tree | b81045051e0b59dcbefea81d8cf19781d1d05f3b /crypto | |
parent | dffa5299047db1555674667310add9dbef864536 (diff) | |
parent | 084fdb0d6e4fe40ab8ff47ca033fdbcb7899aae1 (diff) | |
download | FreeBSD-src-f4317945f53384c9b8ad43f1eaea2d3fa0d1f36b.zip FreeBSD-src-f4317945f53384c9b8ad43f1eaea2d3fa0d1f36b.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r120952,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'crypto')
-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 6f905bf..7654e8c 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 |