From 61f019d61d2aeb5d5dd79c3048d9c6048f4881f5 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 22 Jan 2009 13:46:25 +0100 Subject: [PATCH 1/1] s4: remove SET_HWM and SET_DUAL_HWM from wb_samba3_protocol Michael --- source4/winbind/wb_samba3_protocol.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source4/winbind/wb_samba3_protocol.c b/source4/winbind/wb_samba3_protocol.c index 8dbb0c84cf3..b790bc46026 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: -- 2.34.1