use kadm5_s_init_with_password_ctx

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24549 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-01-30 16:48:55 +00:00
parent e147d3fba4
commit eff4906254

View File

@@ -979,13 +979,13 @@ process_stream(krb5_context context,
krb5_warnx(context, "%s connected", client);
ret = kadm5_init_with_password_ctx(context,
client,
NULL,
KADM5_ADMIN_SERVICE,
&realm_params,
0, 0,
&server_handle);
ret = kadm5_s_init_with_password_ctx(context,
client,
NULL,
KADM5_ADMIN_SERVICE,
&realm_params,
0, 0,
&server_handle);
INSIST(ret == 0);
}