From 14889b1acbefd527623fba74e2d877d51e0fc796 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 16 May 2009 13:43:03 +0200 Subject: Add winbindd_dual_ping to all children --- source3/winbindd/winbindd_locator.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/winbindd/winbindd_locator.c') diff --git a/source3/winbindd/winbindd_locator.c b/source3/winbindd/winbindd_locator.c index 04dcae3d9a..e03e77e4cc 100644 --- a/source3/winbindd/winbindd_locator.c +++ b/source3/winbindd/winbindd_locator.c @@ -157,6 +157,10 @@ static enum winbindd_result dual_dsgetdcname(struct winbindd_domain *domain, static const struct winbindd_child_dispatch_table locator_dispatch_table[] = { { + .name = "PING", + .struct_cmd = WINBINDD_PING, + .struct_fn = winbindd_dual_ping, + },{ .name = "DSGETDCNAME", .struct_cmd = WINBINDD_DSGETDCNAME, .struct_fn = dual_dsgetdcname, -- cgit