summaryrefslogtreecommitdiff
path: root/nsswitch/winbind_struct_protocol.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-02-09 09:36:37 +0100
committerRalph Boehme <slow@samba.org>2016-02-22 20:29:16 +0100
commitf387124a0441a2e1dfe1a029dacc06792262a43b (patch)
tree26f20cb31d625bdc5c091a44da8c45ca00d16a7c /nsswitch/winbind_struct_protocol.h
parente8b5a979ab4b9ac2b70451092eeb7db9238be5ec (diff)
downloadsamba-f387124a0441a2e1dfe1a029dacc06792262a43b.tar.gz
winbind: Remove unused WINBINDD_GID_TO_SID
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/winbind_struct_protocol.h b/nsswitch/winbind_struct_protocol.h
index f24ba72d190..6f25619dfa1 100644
--- a/nsswitch/winbind_struct_protocol.h
+++ b/nsswitch/winbind_struct_protocol.h
@@ -56,6 +56,7 @@ typedef char fstring[FSTRING_LEN];
* 28: added WINBINDD_XIDS_TO_SIDS
* removed WINBINDD_SID_TO_UID
* removed WINBINDD_SID_TO_GID
+ * removed WINBINDD_GID_TO_SID
*/
#define WINBIND_INTERFACE_VERSION 28
@@ -116,7 +117,6 @@ enum winbindd_cmd {
WINBINDD_SIDS_TO_XIDS,
WINBINDD_XIDS_TO_SIDS,
WINBINDD_UID_TO_SID,
- WINBINDD_GID_TO_SID,
WINBINDD_ALLOCATE_UID,
WINBINDD_ALLOCATE_GID,