svn commit: samba r8134 - in branches/SAMBA_4_0/source/libcli/raw: .

metze at samba.org metze at samba.org
Mon Jul 4 10:26:26 GMT 2005


Author: metze
Date: 2005-07-04 10:26:25 +0000 (Mon, 04 Jul 2005)
New Revision: 8134

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

Log:
remove unused var

metze

Modified:
   branches/SAMBA_4_0/source/libcli/raw/smb_signing.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/raw/smb_signing.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/raw/smb_signing.c	2005-07-04 09:56:27 UTC (rev 8133)
+++ branches/SAMBA_4_0/source/libcli/raw/smb_signing.c	2005-07-04 10:26:25 UTC (rev 8134)
@@ -104,7 +104,6 @@
 {
 	uint8_t calc_md5_mac[16];
 	struct MD5Context md5_ctx;
-	uint8_t key_buf[16];
 
 	/*
 	 * Firstly put the sequence number into the first 4 bytes.



More information about the samba-cvs mailing list