diff options
author | Michael Adam <obnox@samba.org> | 2009-01-22 14:29:15 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:33 +0200 |
commit | 474020b1aeca8c527ea9aac6c39c6fb8386ace23 (patch) | |
tree | 35f6e6d85715c8de9a904a8c947dcdabcb6633fb /nsswitch | |
parent | 1ac8bf4ea8f28bf39990c42449eda07966bd5f81 (diff) | |
download | samba-474020b1aeca8c527ea9aac6c39c6fb8386ace23.tar.gz samba-474020b1aeca8c527ea9aac6c39c6fb8386ace23.tar.bz2 samba-474020b1aeca8c527ea9aac6c39c6fb8386ace23.zip |
s3:winbind: remove the method SET_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 7554d5799a..2d6c8b326d 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_SET_MAPPING, WINBINDD_REMOVE_MAPPING, /* Miscellaneous other stuff */ @@ -166,7 +165,6 @@ enum winbindd_cmd { WINBINDD_DUAL_SIDS2XIDS, WINBINDD_DUAL_UID2SID, WINBINDD_DUAL_GID2SID, - WINBINDD_DUAL_SET_MAPPING, WINBINDD_DUAL_REMOVE_MAPPING, /* Wrapper around possibly blocking unix nss calls */ |