[PATCH] libcli4: Remove an unused variable

Volker Lendecke Volker.Lendecke at SerNet.DE
Sun Oct 13 07:55:33 MDT 2013


Hi!

Please review & push!

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 cb886345644d14272a150d5fa10b2f45d201d370 Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Sun, 13 Oct 2013 12:20:29 +0200
Subject: [PATCH] libcli4: Remove an unused variable

Signed-off-by: Volker Lendecke <vl at samba.org>
---
 source4/libcli/smb2/transport.c | 1 -
 1 Datei geändert, 1 Zeile entfernt(-)

diff --git a/source4/libcli/smb2/transport.c b/source4/libcli/smb2/transport.c
index b4a6c94..9b0c146 100644
--- a/source4/libcli/smb2/transport.c
+++ b/source4/libcli/smb2/transport.c
@@ -48,7 +48,6 @@ struct smb2_transport *smb2_transport_init(struct smbcli_socket *sock,
 					   struct smbcli_options *options)
 {
 	struct smb2_transport *transport;
-	uint32_t smb2_capabilities = 0;
 
 	transport = talloc_zero(parent_ctx, struct smb2_transport);
 	if (!transport) return NULL;
-- 
1.7.11.5



More information about the samba-technical mailing list