git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77b67da
)
r6703: fix the build
author
Stefan Metzmacher
<metze@samba.org>
Tue, 10 May 2005 10:51:02 +0000
(10:51 +0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 18:16:36 +0000
(13:16 -0500)
metze
source/auth/kerberos/kerberos_verify.c
patch
|
blob
|
history
diff --git
a/source/auth/kerberos/kerberos_verify.c
b/source/auth/kerberos/kerberos_verify.c
index f667b65c12431088c3fe71769c461fe8e71c5f6a..4cd48ed63b1c2b53a8e37003676abec022ed62c2 100644
(file)
--- a/
source/auth/kerberos/kerberos_verify.c
+++ b/
source/auth/kerberos/kerberos_verify.c
@@
-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 {