From 66e67c1bad2b6bd7c28600ba166971a83e3f3520 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 28 Jun 2010 00:34:29 +0200 Subject: s3:winbind: remove SET_HWM from winbind's API. --- nsswitch/winbind_struct_protocol.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'nsswitch/winbind_struct_protocol.h') diff --git a/nsswitch/winbind_struct_protocol.h b/nsswitch/winbind_struct_protocol.h index b0f99a30a5..7554d5799a 100644 --- a/nsswitch/winbind_struct_protocol.h +++ b/nsswitch/winbind_struct_protocol.h @@ -117,7 +117,6 @@ enum winbindd_cmd { WINBINDD_ALLOCATE_GID, WINBINDD_SET_MAPPING, WINBINDD_REMOVE_MAPPING, - WINBINDD_SET_HWM, /* Miscellaneous other stuff */ @@ -169,7 +168,6 @@ enum winbindd_cmd { WINBINDD_DUAL_GID2SID, WINBINDD_DUAL_SET_MAPPING, WINBINDD_DUAL_REMOVE_MAPPING, - WINBINDD_DUAL_SET_HWM, /* Wrapper around possibly blocking unix nss calls */ WINBINDD_DUAL_USERINFO, -- cgit