diff options
author | Michael Adam <obnox@samba.org> | 2010-06-28 00:34:29 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:31 +0200 |
commit | 66e67c1bad2b6bd7c28600ba166971a83e3f3520 (patch) | |
tree | 3e169380c11f02b7e83909c7f2fcd806edf54c87 /nsswitch | |
parent | ec33a624a395d6108e47a4eef9430626ec83b314 (diff) | |
download | samba-66e67c1bad2b6bd7c28600ba166971a83e3f3520.tar.gz samba-66e67c1bad2b6bd7c28600ba166971a83e3f3520.tar.bz2 samba-66e67c1bad2b6bd7c28600ba166971a83e3f3520.zip |
s3:winbind: remove SET_HWM from winbind's API.
Diffstat (limited to 'nsswitch')
-rw-r--r-- | nsswitch/winbind_struct_protocol.h | 2 |
1 files changed, 0 insertions, 2 deletions
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, |