its ok to not have a password

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25216 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-05-21 21:37:31 +00:00
parent bae28e7868
commit 63a9b03afb

View File

@@ -248,9 +248,6 @@ kadm5_s_get_principal(void *server_handle,
if (ret == 0) {
ret = add_tl_data(out, KRB5_TL_PASSWORD, pw, strlen(pw) + 1);
free(pw);
} else {
kadm5_free_principal_ent(context, out);
goto out;
}
krb5_clear_error_message(context->context);
}