summaryrefslogtreecommitdiffstats
path: root/source/winbindd/winbindd.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-12-12 09:51:56 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-12 10:07:05 +0100
commitce7fe8acf41e90553431c7cda6823700701835c7 (patch)
treed99b294ab141ef83518b340e4ec7bd33cd639c3a /source/winbindd/winbindd.c
parentfd4499ee438e4947990200db529363d51bd2c956 (diff)
downloadsamba-ce7fe8acf41e90553431c7cda6823700701835c7.tar.gz
samba-ce7fe8acf41e90553431c7cda6823700701835c7.tar.xz
samba-ce7fe8acf41e90553431c7cda6823700701835c7.zip
winbindd: remove unused WINBINDD_DUMP_MAPS support
Also the design of this function was really bad, instead do the dump into a file, the client should get back the list of mappings. metze
Diffstat (limited to 'source/winbindd/winbindd.c')
-rw-r--r--source/winbindd/winbindd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/winbindd/winbindd.c b/source/winbindd/winbindd.c
index 598ec8e4285..b695c2e95ee 100644
--- a/source/winbindd/winbindd.c
+++ b/source/winbindd/winbindd.c
@@ -331,8 +331,6 @@ static struct winbindd_dispatch_table {
/* Miscellaneous */
- { WINBINDD_DUMP_MAPS, winbindd_dump_maps, "DUMP_MAPS" },
-
{ WINBINDD_CHECK_MACHACC, winbindd_check_machine_acct, "CHECK_MACHACC" },
{ WINBINDD_PING, winbindd_ping, "PING" },
{ WINBINDD_INFO, winbindd_info, "INFO" },