summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2001-06-23 14:58:38 +0000
committerSimo Sorce <idra@samba.org>2001-06-23 14:58:38 +0000
commit6ad1fcc2799d9cccbe22c271650118e065e5be3c (patch)
treea4017474108ffd1f73c4b65182874db3109c8fd5 /source3
parentd56e091694cd48607c389158951e1278053da111 (diff)
downloadsamba-6ad1fcc2799d9cccbe22c271650118e065e5be3c.tar.gz
samba-6ad1fcc2799d9cccbe22c271650118e065e5be3c.tar.bz2
samba-6ad1fcc2799d9cccbe22c271650118e065e5be3c.zip
fix compiler warnings
(This used to be commit 1959864490e79756257ba10431b188de78b8c8a7)
Diffstat (limited to 'source3')
-rw-r--r--source3/rpcclient/cmd_netlogon.c2
1 files changed, 2 insertions, 0 deletions
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;