diff options
author | Michael Adam <obnox@samba.org> | 2009-01-22 14:34:50 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:34 +0200 |
commit | 3b56f7f6b5040a8f130060e7e1d8c062aa6d3b16 (patch) | |
tree | be0cef0fbf206f3113b851bda8667b0d521acc82 /nsswitch | |
parent | 6740c180e668307f1ee16084f5d6531508bb1cbf (diff) | |
download | samba-3b56f7f6b5040a8f130060e7e1d8c062aa6d3b16.tar.gz samba-3b56f7f6b5040a8f130060e7e1d8c062aa6d3b16.tar.bz2 samba-3b56f7f6b5040a8f130060e7e1d8c062aa6d3b16.zip |
s3:winbind: remove the method REMOVE_MAPPING from winbind's API
Michael
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 2d6c8b326d..89f3f199ed 100644 --- a/nsswitch/winbind_struct_protocol.h +++ b/nsswitch/winbind_struct_protocol.h @@ -115,7 +115,6 @@ enum winbindd_cmd { WINBINDD_ALLOCATE_UID, WINBINDD_ALLOCATE_GID, - WINBINDD_REMOVE_MAPPING, /* Miscellaneous other stuff */ @@ -165,7 +164,6 @@ enum winbindd_cmd { WINBINDD_DUAL_SIDS2XIDS, WINBINDD_DUAL_UID2SID, WINBINDD_DUAL_GID2SID, - WINBINDD_DUAL_REMOVE_MAPPING, /* Wrapper around possibly blocking unix nss calls */ WINBINDD_DUAL_USERINFO, |