1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

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

(This used to be commit c4d10a98ff)
This commit is contained in:
Tim Potter 2005-06-11 03:04:40 +00:00 committed by Gerald (Jerry) Carter
parent b8c8da4a50
commit 43d3689ecf

View File

@ -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 @@ static NTSTATUS test_remoteTOD(struct smbcli_transport *transport)
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 @@ static const struct user_pw machines[] = {
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);