diff options
author | Michael Adam <obnox@samba.org> | 2009-01-22 14:30:25 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:33 +0200 |
commit | 74da3163f6ef7ec8c8e5d52d926dbc3e02be0c2d (patch) | |
tree | 8f493d8a74f4717d5aefc10d678013fa215c6a39 | |
parent | 474020b1aeca8c527ea9aac6c39c6fb8386ace23 (diff) | |
download | samba-74da3163f6ef7ec8c8e5d52d926dbc3e02be0c2d.tar.gz samba-74da3163f6ef7ec8c8e5d52d926dbc3e02be0c2d.tar.xz samba-74da3163f6ef7ec8c8e5d52d926dbc3e02be0c2d.zip |
s4: remove SET_MAPPING from wb_samba3_protocol
Michael
-rw-r--r-- | source4/winbind/wb_samba3_protocol.c | 2 |
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: |