diff options
author | Michael Adam <obnox@samba.org> | 2011-01-27 21:54:25 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-01-27 21:55:42 +0100 |
commit | 52e1be2139d370bf0ce99371bc9ab73db41c6236 (patch) | |
tree | 5117881b781042eff727c23d8ff6365d3994b1e6 /nsswitch/libwbclient/wbc_idmap.c | |
parent | 25a0dc44f7e180d96dcccb8701e9817ecfd54955 (diff) | |
download | samba-52e1be2139d370bf0ce99371bc9ab73db41c6236.tar.gz |
libwbclient: remove wbcSetGidMapping() - not implemented any more
Diffstat (limited to 'nsswitch/libwbclient/wbc_idmap.c')
-rw-r--r-- | nsswitch/libwbclient/wbc_idmap.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/nsswitch/libwbclient/wbc_idmap.c b/nsswitch/libwbclient/wbc_idmap.c index 06320472ae0..f75c0dcca1e 100644 --- a/nsswitch/libwbclient/wbc_idmap.c +++ b/nsswitch/libwbclient/wbc_idmap.c @@ -267,12 +267,6 @@ wbcErr wbcAllocateGid(gid_t *pgid) return wbc_status; } -/* Set a group id mapping - not implemented any more */ -wbcErr wbcSetGidMapping(gid_t gid, const struct wbcDomainSid *sid) -{ - return WBC_ERR_NOT_IMPLEMENTED; -} - /* Remove a user id mapping - not implemented any more */ wbcErr wbcRemoveUidMapping(uid_t uid, const struct wbcDomainSid *sid) { |