svn commit: samba r16405 - in branches/SAMBA_4_0/source/torture/smb2: .

metze at samba.org metze at samba.org
Tue Jun 20 07:02:20 GMT 2006


Author: metze
Date: 2006-06-20 07:02:19 +0000 (Tue, 20 Jun 2006)
New Revision: 16405

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

Log:
fix compiler warning of missing smb2_handle

metze
Modified:
   branches/SAMBA_4_0/source/torture/smb2/smb2.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/smb2/smb2.c
===================================================================
--- branches/SAMBA_4_0/source/torture/smb2/smb2.c	2006-06-20 06:43:06 UTC (rev 16404)
+++ branches/SAMBA_4_0/source/torture/smb2/smb2.c	2006-06-20 07:02:19 UTC (rev 16405)
@@ -19,8 +19,10 @@
 */
 
 #include "includes.h"
+#include "libcli/smb2/smb2.h"
+#include "libcli/smb2/smb2_calls.h"
+
 #include "torture/torture.h"
-#include "libcli/smb2/smb2.h"
 #include "torture/smb2/proto.h"
 
 NTSTATUS torture_smb2_init(void)



More information about the samba-cvs mailing list