diff options
author | Michael Adam <obnox@samba.org> | 2009-01-22 13:46:25 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:31 +0200 |
commit | 61f019d61d2aeb5d5dd79c3048d9c6048f4881f5 (patch) | |
tree | a65f4b08e57a6315b48dd4672f1f12054520c332 | |
parent | 66e67c1bad2b6bd7c28600ba166971a83e3f3520 (diff) | |
download | samba-61f019d61d2aeb5d5dd79c3048d9c6048f4881f5.tar.gz samba-61f019d61d2aeb5d5dd79c3048d9c6048f4881f5.tar.xz samba-61f019d61d2aeb5d5dd79c3048d9c6048f4881f5.zip |
s4: remove SET_HWM and SET_DUAL_HWM 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 8dbb0c84cf..b790bc4602 100644 --- a/source4/winbind/wb_samba3_protocol.c +++ b/source4/winbind/wb_samba3_protocol.c @@ -188,7 +188,6 @@ NTSTATUS wbsrv_samba3_handle_call(struct wbsrv_samba3_call *s3call) case WINBINDD_ALLOCATE_GID: case WINBINDD_SET_MAPPING: case WINBINDD_REMOVE_MAPPING: - case WINBINDD_SET_HWM: case WINBINDD_SHOW_SEQUENCE: case WINBINDD_WINS_BYIP: case WINBINDD_WINS_BYNAME: @@ -199,7 +198,6 @@ NTSTATUS wbsrv_samba3_handle_call(struct wbsrv_samba3_call *s3call) case WINBINDD_DUAL_SIDS2XIDS: case WINBINDD_DUAL_SET_MAPPING: case WINBINDD_DUAL_REMOVE_MAPPING: - case WINBINDD_DUAL_SET_HWM: case WINBINDD_DUAL_USERINFO: case WINBINDD_DUAL_GETSIDALIASES: case WINBINDD_DUAL_NDRCMD: |