git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15489 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-06-17 06:45:52 +00:00
parent a7e9127a62
commit 7f55eae358
4 changed files with 11 additions and 11 deletions

View File

@@ -36,7 +36,7 @@
RCSID("$Id$");
static char *op_names[] = {
static const char *op_names[] = {
"get",
"delete",
"create",
@@ -214,7 +214,7 @@ print_entry(kadm5_server_context *server_context,
}
static char *realm;
static char *config_file;
static const char *config_file;
static int version_flag;
static int help_flag;