diff options
author | Volker Lendecke <vl@samba.org> | 2016-02-09 08:02:22 +0100 |
---|---|---|
committer | Ralph Boehme <slow@samba.org> | 2016-02-22 20:29:16 +0100 |
commit | ec94aa543be1e11a3c3eb7260d29030218fc528f (patch) | |
tree | cc871c284ec524cb502ac87875a208a79849c713 /nsswitch/winbind_struct_protocol.h | |
parent | 112998fffa63d17cf75b7d412e5498597744b561 (diff) | |
download | samba-ec94aa543be1e11a3c3eb7260d29030218fc528f.tar.gz |
winbind: Remove unused WINBINDD_SID_TO_GID
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'nsswitch/winbind_struct_protocol.h')
-rw-r--r-- | nsswitch/winbind_struct_protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/winbind_struct_protocol.h b/nsswitch/winbind_struct_protocol.h index 004e2ede1c8..f24ba72d190 100644 --- a/nsswitch/winbind_struct_protocol.h +++ b/nsswitch/winbind_struct_protocol.h @@ -55,6 +55,7 @@ typedef char fstring[FSTRING_LEN]; * 27: added WINBINDD_LOOKUPSIDS * 28: added WINBINDD_XIDS_TO_SIDS * removed WINBINDD_SID_TO_UID + * removed WINBINDD_SID_TO_GID */ #define WINBIND_INTERFACE_VERSION 28 @@ -112,7 +113,6 @@ enum winbindd_cmd { /* Lookup functions */ - WINBINDD_SID_TO_GID, WINBINDD_SIDS_TO_XIDS, WINBINDD_XIDS_TO_SIDS, WINBINDD_UID_TO_SID, |