kadm5_s_* -> kadm5_*
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4911 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -545,14 +545,14 @@ main (int argc, char **argv)
|
|||||||
|
|
||||||
memset (&conf, 0, sizeof(conf));
|
memset (&conf, 0, sizeof(conf));
|
||||||
|
|
||||||
ret = kadm5_s_init_with_password_ctx(context,
|
ret = kadm5_init_with_password_ctx(context,
|
||||||
KADM5_ADMIN_SERVICE,
|
KADM5_ADMIN_SERVICE,
|
||||||
"password",
|
NULL,
|
||||||
KADM5_ADMIN_SERVICE,
|
KADM5_ADMIN_SERVICE,
|
||||||
&conf, 0, 0,
|
&conf, 0, 0,
|
||||||
&kadm5_handle);
|
&kadm5_handle);
|
||||||
if (ret)
|
if (ret)
|
||||||
krb5_err (context, 1, ret, "kadm5_s_init_with_password_ctx");
|
krb5_err (context, 1, ret, "kadm5_init_with_password_ctx");
|
||||||
|
|
||||||
#ifdef HAVE_SIGACTION
|
#ifdef HAVE_SIGACTION
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user