From 04ea250aebe619d7ec25426be9d395f1dd635c90 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 6 Sep 2009 15:18:58 +0200 Subject: s3:winbind: Convert WINBINDD_SET_HWM to the new API --- source3/winbindd/winbindd.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'source3/winbindd/winbindd.c') diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index f0dc62ef12..9d4676f9b5 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -438,10 +438,6 @@ static struct winbindd_dispatch_table { { WINBINDD_LIST_TRUSTDOM, winbindd_list_trusted_domains, "LIST_TRUSTDOM" }, - /* Lookup related functions */ - - { WINBINDD_SET_HWM, winbindd_set_hwm, "SET_HWMS" }, - /* Miscellaneous */ { WINBINDD_INFO, winbindd_info, "INFO" }, @@ -549,6 +545,8 @@ static struct winbindd_async_dispatch_table async_priv_table[] = { winbindd_set_mapping_send, winbindd_set_mapping_recv }, { WINBINDD_REMOVE_MAPPING, "SET_MAPPING", winbindd_remove_mapping_send, winbindd_remove_mapping_recv }, + { WINBINDD_SET_HWM, "SET_HWM", + winbindd_set_hwm_send, winbindd_set_hwm_recv }, { 0, NULL, NULL, NULL } }; -- cgit