svn commit: samba r6703 - in branches/SAMBA_4_0/source/auth/kerberos: .

metze at samba.org metze at samba.org
Tue May 10 10:51:02 GMT 2005


Author: metze
Date: 2005-05-10 10:51:02 +0000 (Tue, 10 May 2005)
New Revision: 6703

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6703

Log:
fix the build

metze
Modified:
   branches/SAMBA_4_0/source/auth/kerberos/kerberos_verify.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/kerberos/kerberos_verify.c
===================================================================
--- branches/SAMBA_4_0/source/auth/kerberos/kerberos_verify.c	2005-05-10 10:07:18 UTC (rev 6702)
+++ branches/SAMBA_4_0/source/auth/kerberos/kerberos_verify.c	2005-05-10 10:51:02 UTC (rev 6703)
@@ -372,7 +372,7 @@
 		} 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 {



More information about the samba-cvs mailing list