svn commit: samba r21244 - in branches/SAMBA_4_0/source/torture/rpc: .

metze at samba.org metze at samba.org
Thu Feb 8 18:24:48 GMT 2007


Author: metze
Date: 2007-02-08 18:24:48 +0000 (Thu, 08 Feb 2007)
New Revision: 21244

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

Log:
fix typo...

I was wondering why I got allways 4 times the same decrypted buffer...

metze
Modified:
   branches/SAMBA_4_0/source/torture/rpc/dssync.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/dssync.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/dssync.c	2007-02-08 18:23:32 UTC (rev 21243)
+++ branches/SAMBA_4_0/source/torture/rpc/dssync.c	2007-02-08 18:24:48 UTC (rev 21244)
@@ -498,7 +498,7 @@
 
 	plain_buffer = data_blob_talloc(mem_ctx, enc_buffer->data, enc_buffer->length);
 
-	arcfour_crypt_blob(plain_buffer.data, plain_buffer.length, enc_buffer);
+	arcfour_crypt_blob(plain_buffer.data, plain_buffer.length, enc_key);
 
 	*_plain_buffer = plain_buffer;
 }



More information about the samba-cvs mailing list