kadm5_s_* -> kadm5_*

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4902 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1998-05-23 02:21:42 +00:00
parent aab43573fc
commit a3c6a06651
4 changed files with 28 additions and 28 deletions

View File

@@ -226,14 +226,14 @@ main(int argc, char **argv)
krb5_init_context(&context);
memset(&conf, 0, sizeof(conf));
ret = kadm5_s_init_with_password_ctx (context,
KADM5_ADMIN_SERVICE,
"password",
KADM5_ADMIN_SERVICE,
&conf, 0, 0,
&kadm_handle);
ret = kadm5_init_with_password_ctx (context,
KADM5_ADMIN_SERVICE,
NULL,
KADM5_ADMIN_SERVICE,
&conf, 0, 0,
&kadm_handle);
if (ret)
krb5_err (context, 1, ret, "kadm5_s_init_with_password_ctx");
krb5_err (context, 1, ret, "kadm5_init_with_password_ctx");
server_context = (kadm5_server_context *)kadm_handle;