From 748cccde42da69cceb4d748887c142919b77cb47 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 10 Feb 2011 11:04:15 +0100 Subject: Revert "libwbclient: remove wbcSetUidHwm() - not implemented any more" This reverts commit 6558323c84cdd929716c59ba66d2ae6b699931d2. Undo the library version bump. --- nsswitch/libwbclient/wbc_idmap.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nsswitch/libwbclient/wbc_idmap.c') diff --git a/nsswitch/libwbclient/wbc_idmap.c b/nsswitch/libwbclient/wbc_idmap.c index caa7916152..d9311c4e07 100644 --- a/nsswitch/libwbclient/wbc_idmap.c +++ b/nsswitch/libwbclient/wbc_idmap.c @@ -267,6 +267,12 @@ wbcErr wbcAllocateGid(gid_t *pgid) return wbc_status; } +/* Set the highwater mark for allocated uids - not implemented any more */ +wbcErr wbcSetUidHwm(uid_t uid_hwm) +{ + return WBC_ERR_NOT_IMPLEMENTED; +} + /* Set the highwater mark for allocated gids - not implemented any more */ wbcErr wbcSetGidHwm(gid_t gid_hwm) { -- cgit