From 474020b1aeca8c527ea9aac6c39c6fb8386ace23 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 22 Jan 2009 14:29:15 +0100 Subject: s3:winbind: remove the method SET_MAPPING from winbind's API Michael --- source3/winbindd/winbindd.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/winbindd/winbindd.c') diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index 6221422f0c..673addd339 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -543,8 +543,6 @@ static struct winbindd_async_dispatch_table async_priv_table[] = { winbindd_allocate_uid_send, winbindd_allocate_uid_recv }, { WINBINDD_ALLOCATE_GID, "ALLOCATE_GID", winbindd_allocate_gid_send, winbindd_allocate_gid_recv }, - { WINBINDD_SET_MAPPING, "SET_MAPPING", - winbindd_set_mapping_send, winbindd_set_mapping_recv }, { WINBINDD_REMOVE_MAPPING, "SET_MAPPING", winbindd_remove_mapping_send, winbindd_remove_mapping_recv }, { WINBINDD_CHANGE_MACHACC, "CHANGE_MACHACC", -- cgit