mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s3:libnet: add a debug message to libnet_keytab_add_to_keytab_entries()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
888a785f47
commit
83f03513fd
@ -447,6 +447,8 @@ NTSTATUS libnet_keytab_add_to_keytab_entries(TALLOC_CTX *mem_ctx,
|
||||
NT_STATUS_HAVE_NO_MEMORY(entry.principal);
|
||||
NT_STATUS_HAVE_NO_MEMORY(entry.password.data);
|
||||
|
||||
DBG_INFO("%s: kvno:%d enctype:%d\n", entry.principal, kvno, enctype);
|
||||
|
||||
ADD_TO_ARRAY(mem_ctx, struct libnet_keytab_entry, entry,
|
||||
&ctx->entries, &ctx->count);
|
||||
NT_STATUS_HAVE_NO_MEMORY(ctx->entries);
|
||||
|
Loading…
Reference in New Issue
Block a user