mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
libnet: Fix debug text
Signed-off-by: Pavel Filipenský <pfilipensky@samba.org> Reviewed-by: Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
parent
47f552c688
commit
471163e512
@ -209,8 +209,9 @@ static NTSTATUS sdb_kt_copy(TALLOC_CTX *mem_ctx,
|
|||||||
*error_string = smb_get_krb5_error_message(context,
|
*error_string = smb_get_krb5_error_message(context,
|
||||||
code,
|
code,
|
||||||
mem_ctx);
|
mem_ctx);
|
||||||
DEBUG(0, ("smb_krb5_kt_add_entry failed code=%d, error = %s\n",
|
DBG_ERR("krb5_kt_add_entry failed "
|
||||||
code, *error_string));
|
"code=%d, error = %s\n",
|
||||||
|
code, *error_string);
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
keys_exported = true;
|
keys_exported = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user