1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

s3:libnet: Fix reference to incorrect function names

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-08-16 09:47:18 +12:00 committed by Andrew Bartlett
parent 4004ded906
commit b3c47b6583

View File

@ -84,8 +84,8 @@ krb5_error_code libnet_keytab_init(TALLOC_CTX *mem_ctx,
true, /* write_access */
&keytab);
if (ret) {
DEBUG(1,("keytab_init: smb_krb5_open_keytab failed (%s)\n",
error_message(ret)));
DBG_WARNING("smb_krb5_kt_open_relative failed (%s)\n",
error_message(ret));
krb5_free_context(context);
return ret;
}