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:
parent
4004ded906
commit
b3c47b6583
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user