summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-06-28 00:34:29 +0200
committerMichael Adam <obnox@samba.org>2010-08-14 02:10:31 +0200
commit66e67c1bad2b6bd7c28600ba166971a83e3f3520 (patch)
tree3e169380c11f02b7e83909c7f2fcd806edf54c87 /source3/winbindd/winbindd.c
parentec33a624a395d6108e47a4eef9430626ec83b314 (diff)
downloadsamba-66e67c1bad2b6bd7c28600ba166971a83e3f3520.tar.gz
samba-66e67c1bad2b6bd7c28600ba166971a83e3f3520.tar.bz2
samba-66e67c1bad2b6bd7c28600ba166971a83e3f3520.zip
s3:winbind: remove SET_HWM from winbind's API.
Diffstat (limited to 'source3/winbindd/winbindd.c')
-rw-r--r--source3/winbindd/winbindd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c
index 8dbcb12e66..6221422f0c 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -547,8 +547,6 @@ 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 },
{ WINBINDD_CHANGE_MACHACC, "CHANGE_MACHACC",
winbindd_change_machine_acct_send, winbindd_change_machine_acct_recv },
{ WINBINDD_PAM_AUTH_CRAP, "PAM_AUTH_CRAP",