From 6ad1fcc2799d9cccbe22c271650118e065e5be3c Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 23 Jun 2001 14:58:38 +0000 Subject: fix compiler warnings (This used to be commit 1959864490e79756257ba10431b188de78b8c8a7) --- source3/rpcclient/cmd_netlogon.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3') diff --git a/source3/rpcclient/cmd_netlogon.c b/source3/rpcclient/cmd_netlogon.c index 184771a7ad..93f6f1c395 100644 --- a/source3/rpcclient/cmd_netlogon.c +++ b/source3/rpcclient/cmd_netlogon.c @@ -62,7 +62,9 @@ static uint32 cmd_netlogon_logon_ctrl2(struct cli_state *cli, int argc, static uint32 cmd_netlogon_logon_ctrl(struct cli_state *cli, int argc, char **argv) { +#if 0 uint32 query_level = 1; +#endif TALLOC_CTX *mem_ctx; uint32 result = NT_STATUS_UNSUCCESSFUL; -- cgit