svn commit: samba r3906 - in branches/SAMBA_4_0/source/libcli/auth: .

metze at samba.org metze at samba.org
Mon Nov 22 10:59:47 GMT 2004


Author: metze
Date: 2004-11-22 10:59:46 +0000 (Mon, 22 Nov 2004)
New Revision: 3906

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

Log:
fix compiler warnings

metze

Modified:
   branches/SAMBA_4_0/source/libcli/auth/credentials.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/auth/credentials.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/auth/credentials.c	2004-11-22 08:50:20 UTC (rev 3905)
+++ branches/SAMBA_4_0/source/libcli/auth/credentials.c	2004-11-22 10:59:46 UTC (rev 3906)
@@ -172,7 +172,7 @@
 /*
   ARCFOUR encrypt/decrypt a password buffer using the session key
 */
-void creds_arcfour_crypt(struct creds_CredentialState *creds, char *data, size_t len)
+void creds_arcfour_crypt(struct creds_CredentialState *creds, uint8_t *data, size_t len)
 {
 	DATA_BLOB session_key = data_blob(creds->session_key, 16);
 



More information about the samba-cvs mailing list