svn commit: samba r3900 - in branches/SAMBA_4_0/source/libcli/util: .

metze at samba.org metze at samba.org
Mon Nov 22 07:56:14 GMT 2004


Author: metze
Date: 2004-11-22 07:56:13 +0000 (Mon, 22 Nov 2004)
New Revision: 3900

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

Log:
fix compiler warning

metze

Modified:
   branches/SAMBA_4_0/source/libcli/util/smbencrypt.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/util/smbencrypt.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/util/smbencrypt.c	2004-11-22 07:54:16 UTC (rev 3899)
+++ branches/SAMBA_4_0/source/libcli/util/smbencrypt.c	2004-11-22 07:56:13 UTC (rev 3900)
@@ -374,7 +374,7 @@
 	return final_response;
 }
 
-BOOL SMBNTLMv2encrypt_hash(const char *user, const char *domain, const char nt_hash[16],
+BOOL SMBNTLMv2encrypt_hash(const char *user, const char *domain, const uint8_t nt_hash[16],
 			   const DATA_BLOB *server_chal, 
 			   const DATA_BLOB *names_blob,
 			   DATA_BLOB *lm_response, DATA_BLOB *nt_response, 



More information about the samba-cvs mailing list