summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_samba3_protocol.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-01-22 14:30:25 +0100
committerMichael Adam <obnox@samba.org>2010-08-14 02:10:33 +0200
commit74da3163f6ef7ec8c8e5d52d926dbc3e02be0c2d (patch)
tree8f493d8a74f4717d5aefc10d678013fa215c6a39 /source4/winbind/wb_samba3_protocol.c
parent474020b1aeca8c527ea9aac6c39c6fb8386ace23 (diff)
downloadsamba-74da3163f6ef7ec8c8e5d52d926dbc3e02be0c2d.tar.gz
samba-74da3163f6ef7ec8c8e5d52d926dbc3e02be0c2d.tar.bz2
samba-74da3163f6ef7ec8c8e5d52d926dbc3e02be0c2d.zip
s4: remove SET_MAPPING from wb_samba3_protocol
Michael
Diffstat (limited to 'source4/winbind/wb_samba3_protocol.c')
-rw-r--r--source4/winbind/wb_samba3_protocol.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/winbind/wb_samba3_protocol.c b/source4/winbind/wb_samba3_protocol.c
index b790bc4602..21e0a5fa73 100644
--- a/source4/winbind/wb_samba3_protocol.c
+++ b/source4/winbind/wb_samba3_protocol.c
@@ -186,7 +186,6 @@ NTSTATUS wbsrv_samba3_handle_call(struct wbsrv_samba3_call *s3call)
case WINBINDD_SIDS_TO_XIDS:
case WINBINDD_ALLOCATE_UID:
case WINBINDD_ALLOCATE_GID:
- case WINBINDD_SET_MAPPING:
case WINBINDD_REMOVE_MAPPING:
case WINBINDD_SHOW_SEQUENCE:
case WINBINDD_WINS_BYIP:
@@ -196,7 +195,6 @@ NTSTATUS wbsrv_samba3_handle_call(struct wbsrv_samba3_call *s3call)
case WINBINDD_DSGETDCNAME:
case WINBINDD_INIT_CONNECTION:
case WINBINDD_DUAL_SIDS2XIDS:
- case WINBINDD_DUAL_SET_MAPPING:
case WINBINDD_DUAL_REMOVE_MAPPING:
case WINBINDD_DUAL_USERINFO:
case WINBINDD_DUAL_GETSIDALIASES: