summaryrefslogtreecommitdiffstats
path: root/source/rpcclient
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
commit1959864490e79756257ba10431b188de78b8c8a7 (patch)
treeb3c71a68bd7a86fcad315c64fd778e24537be377 /source/rpcclient
parent7420e2f7898f1d141ba2af3eda07a67862fee842 (diff)
downloadsamba-1959864490e79756257ba10431b188de78b8c8a7.tar.gz
samba-1959864490e79756257ba10431b188de78b8c8a7.tar.xz
samba-1959864490e79756257ba10431b188de78b8c8a7.zip
fix compiler warnings
Diffstat (limited to 'source/rpcclient')
-rw-r--r--source/rpcclient/cmd_netlogon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/rpcclient/cmd_netlogon.c b/source/rpcclient/cmd_netlogon.c
index 184771a7ad3..93f6f1c3957 100644
--- a/source/rpcclient/cmd_netlogon.c
+++ b/source/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;