1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

winbind: Remove an unused struct declaration

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Apr 24 04:44:30 CEST 2018 on sn-devel-144
This commit is contained in:
Volker Lendecke 2018-04-19 06:30:42 +02:00 committed by Jeremy Allison
parent 27e6e45164
commit 0b04258981

View File

@ -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 */