constify
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15489 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user