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