1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r6703: fix the build

metze
(This used to be commit 333f9bdf58)
This commit is contained in:
Stefan Metzmacher 2005-05-10 10:51:02 +00:00 committed by Gerald (Jerry) Carter
parent 1cf8396db4
commit 34ae3b1604

View File

@ -372,7 +372,7 @@ static krb5_error_code ads_secrets_verify_ticket(TALLOC_CTX *mem_ctx,
} else {
host_princ_s = talloc_asprintf(mem_ctx, "%s$", lp_netbios_name());
host_princ_s = talloc_strlower(mem_ctx, host_princ_s);
host_princ_s = strlower_talloc(mem_ctx, host_princ_s);
if (!host_princ_s) {
ret = ENOMEM;
} else {