diff options
author | Volker Lendecke <vl@samba.org> | 2016-02-09 09:36:37 +0100 |
---|---|---|
committer | Ralph Boehme <slow@samba.org> | 2016-02-22 23:39:12 +0100 |
commit | f6f43c496e535641e024afde8fa596e4cbf929b4 (patch) | |
tree | fe8126afcf61f1fd7106ee609c8d96cc52ba3bbf /nsswitch/winbind_struct_protocol.h | |
parent | 07b134407c611f5e26be79c53b02cb97aa02002c (diff) | |
download | samba-f6f43c496e535641e024afde8fa596e4cbf929b4.tar.gz |
winbind: Remove unused WINBINDD_UID_TO_SID
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Mon Feb 22 23:39:13 CET 2016 on sn-devel-144
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 6f25619dfa1..622dcfef232 100644 --- a/nsswitch/winbind_struct_protocol.h +++ b/nsswitch/winbind_struct_protocol.h @@ -57,6 +57,7 @@ typedef char fstring[FSTRING_LEN]; * removed WINBINDD_SID_TO_UID * removed WINBINDD_SID_TO_GID * removed WINBINDD_GID_TO_SID + * removed WINBINDD_UID_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_ALLOCATE_UID, WINBINDD_ALLOCATE_GID, |