git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8314 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-06-05 17:01:49 +00:00
parent 9ba818277f
commit 5ed191c846

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997, 1998, 1999 Kungliga Tekniska H<>gskolan * Copyright (c) 1997 - 2000 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden). * (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved. * All rights reserved.
* *
@@ -45,7 +45,9 @@ static char *op_names[] = {
"modify", "modify",
"randkey", "randkey",
"get_privs", "get_privs",
"get_princs" "get_princs",
"chpass_with_key",
"nop"
}; };
static void static void
@@ -197,6 +199,8 @@ print_entry(kadm5_server_context *server_context,
} }
hdb_free_entry(context, &ent); hdb_free_entry(context, &ent);
break; break;
case kadm_nop :
break;
default: default:
abort(); abort();
} }