summaryrefslogtreecommitdiff
path: root/nsswitch
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 23:39:12 +0100
commitf6f43c496e535641e024afde8fa596e4cbf929b4 (patch)
treefe8126afcf61f1fd7106ee609c8d96cc52ba3bbf /nsswitch
parent07b134407c611f5e26be79c53b02cb97aa02002c (diff)
downloadsamba-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')
-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 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,