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)); | ||||
|      | ||||
|     ret = kadm5_s_init_with_password_ctx(context,  | ||||
| 					 KADM5_ADMIN_SERVICE, | ||||
| 					 "password", | ||||
| 					 KADM5_ADMIN_SERVICE, | ||||
| 					 &conf, 0, 0,  | ||||
| 					 &kadm5_handle); | ||||
|     ret = kadm5_init_with_password_ctx(context,  | ||||
| 				       KADM5_ADMIN_SERVICE, | ||||
| 				       NULL, | ||||
| 				       KADM5_ADMIN_SERVICE, | ||||
| 				       &conf, 0, 0,  | ||||
| 				       &kadm5_handle); | ||||
|     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 | ||||
|     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Johan Danielsson
					Johan Danielsson