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

tpot at samba.org tpot at samba.org
Sat Jun 11 03:04:41 GMT 2005


Author: tpot
Date: 2005-06-11 03:04:40 +0000 (Sat, 11 Jun 2005)
New Revision: 7479

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

Log:
ifdef out some more stuff to fix compiler warnings.

Modified:
   branches/SAMBA_4_0/source/torture/rpc/xplogin.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/xplogin.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/xplogin.c	2005-06-11 02:50:47 UTC (rev 7478)
+++ branches/SAMBA_4_0/source/torture/rpc/xplogin.c	2005-06-11 03:04:40 UTC (rev 7479)
@@ -28,6 +28,7 @@
 #include "librpc/gen_ndr/ndr_srvsvc.h"
 #include "libcli/composite/composite.h"
 
+#if 0
 static NTSTATUS after_negprot(struct smbcli_transport **dst_transport,
 			      const char *dest_host, uint16_t port,
 			      const char *my_name)
@@ -973,7 +974,6 @@
 	return status;
 }
 
-#if 0
 static BOOL xp_login(const char *dcname, const char *wksname,
 		     const char *domain, const char *wkspwd,
 		     const char *user1name, const char *user1pw,
@@ -1111,8 +1111,10 @@
 
 BOOL torture_rpc_login(void)
 {
+#if 0
 	const char *pdcname = "pdcname";
 	const char *domainname = "domain";
+#endif
 
 	int useridx1 = rand() % ARRAY_SIZE(users);
 	int useridx2 = rand() % ARRAY_SIZE(users);



More information about the samba-cvs mailing list