Discussion:
[PATCH] Remove an unused declaration
Volker Lendecke via samba-technical
2018-04-19 09:42:08 UTC
Permalink
Hi!

Review 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:***@sernet.de
Jeremy Allison via samba-technical
2018-04-24 00:01:40 UTC
Permalink
Post by Volker Lendecke via samba-technical
Hi!
Review appreciated!
RB+ and pushed.
Post by Volker Lendecke via samba-technical
--
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
From 7b89774d93999b9b66c6f49ce27a2f703ff14b61 Mon Sep 17 00:00:00 2001
Date: Thu, 19 Apr 2018 06:30:42 +0200
Subject: [PATCH] winbind: Remove an unused struct declaration
---
source3/winbindd/winbindd.h | 8 --------
1 file changed, 8 deletions(-)
diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h
index f496c41ccbd..57371765484 100644
--- a/source3/winbindd/winbindd.h
+++ b/source3/winbindd/winbindd.h
@@ -43,14 +43,6 @@
#define WB_REPLACE_CHAR '_'
-struct sid_ctr {
- struct dom_sid *sid;
- bool finished;
- const char *domain;
- const char *name;
- enum lsa_SidType type;
-};
-
struct winbindd_cli_state {
struct winbindd_cli_state *prev, *next; /* Linked list pointers */
int sock; /* Open socket from client */
--
2.11.0
Loading...