[PATCH] Remove an unused variable

Volker Lendecke Volker.Lendecke at SerNet.DE
Mon Jun 30 12:57:13 MDT 2014


Hi

Review&push would be appreciated.

Thanks,

Volker

-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de
-------------- next part --------------
From b123668857eceb69373ec8eb3ad2c630674137bc Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Mon, 30 Jun 2014 18:53:29 +0000
Subject: [PATCH] libcli: Remove an unused variable

Signed-off-by: Volker Lendecke <vl at samba.org>
---
 libcli/auth/netlogon_creds_cli.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libcli/auth/netlogon_creds_cli.c b/libcli/auth/netlogon_creds_cli.c
index 05a30da..d709e6a 100644
--- a/libcli/auth/netlogon_creds_cli.c
+++ b/libcli/auth/netlogon_creds_cli.c
@@ -2603,7 +2603,6 @@ struct tevent_req *netlogon_creds_cli_DsrUpdateReadOnlyServerDnsRecords_send(TAL
 	struct tevent_req *req;
 	struct netlogon_creds_cli_DsrUpdateReadOnlyServerDnsRecords_state *state;
 	struct tevent_req *subreq;
-	bool ok;
 
 	req = tevent_req_create(mem_ctx, &state,
 				struct netlogon_creds_cli_DsrUpdateReadOnlyServerDnsRecords_state);
-- 
1.8.1.2



More information about the samba-technical mailing list