summaryrefslogtreecommitdiff
path: root/nsswitch
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-02-09 08:02:22 +0100
committerRalph Boehme <slow@samba.org>2016-02-22 20:29:16 +0100
commit112998fffa63d17cf75b7d412e5498597744b561 (patch)
treefaecf42ea968962ad1f7f827f7e2a37d48d49261 /nsswitch
parent122b1a3650fe9fd6d7cfd8f5497ccb09c6c99406 (diff)
downloadsamba-112998fffa63d17cf75b7d412e5498597744b561.tar.gz
winbind: Remove unused WINBINDD_SID_TO_UID
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
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 178906d582b..004e2ede1c8 100644
--- a/nsswitch/winbind_struct_protocol.h
+++ b/nsswitch/winbind_struct_protocol.h
@@ -54,6 +54,7 @@ typedef char fstring[FSTRING_LEN];
* 26: added WINBINDD_DC_INFO
* 27: added WINBINDD_LOOKUPSIDS
* 28: added WINBINDD_XIDS_TO_SIDS
+ * removed WINBINDD_SID_TO_UID
*/
#define WINBIND_INTERFACE_VERSION 28
@@ -111,7 +112,6 @@ enum winbindd_cmd {
/* Lookup functions */
- WINBINDD_SID_TO_UID,
WINBINDD_SID_TO_GID,
WINBINDD_SIDS_TO_XIDS,
WINBINDD_XIDS_TO_SIDS,