[PATCH] auth4: Remove an unused variable

Volker Lendecke Volker.Lendecke at SerNet.DE
Mon Oct 14 04:03:18 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 343a4a42d9be8dfb36cf71f1365d29d8d1bf7cbc Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Sun, 13 Oct 2013 13:58:44 +0200
Subject: [PATCH] auth4: Remove an unused variable

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

diff --git a/source4/auth/session.c b/source4/auth/session.c
index bb0b5bc..1c0583e 100644
--- a/source4/auth/session.c
+++ b/source4/auth/session.c
@@ -148,7 +148,6 @@ _PUBLIC_ NTSTATUS auth_generate_session_info(TALLOC_CTX *mem_ctx,
 			char *sid_string;
 			const char *sid_dn;
 			DATA_BLOB sid_blob;
-			int ret;
 
 			sid_string = dom_sid_string(tmp_ctx,
 						      &sids[i]);
-- 
1.8.1.2



More information about the samba-technical mailing list