This commit was generated by cvs2svn to compensate for changes in r120952,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Jacques Vidrine 2003-10-09 19:52:14 +00:00
commit 8fc52f5387
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120953

View File

@ -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