From: Volker Lendecke Date: Tue, 4 Aug 2009 10:58:28 +0000 (-0400) Subject: s3:winbind: Remove old version of WINBINDD_PING X-Git-Tag: talloc-2.0.0~464^2~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74b45ba46cbf58c1bf9ef89f5f88509065cd81d2;p=thirdparty%2Fsamba.git s3:winbind: Remove old version of WINBINDD_PING --- diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index e76a0de30f3..867e9df8d9c 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -487,7 +487,6 @@ static struct winbindd_dispatch_table { /* Miscellaneous */ { WINBINDD_CHECK_MACHACC, winbindd_check_machine_acct, "CHECK_MACHACC" }, - { WINBINDD_PING, winbindd_ping, "PING" }, { WINBINDD_INFO, winbindd_info, "INFO" }, { WINBINDD_INTERFACE_VERSION, winbindd_interface_version, "INTERFACE_VERSION" }, diff --git a/source3/winbindd/winbindd_misc.c b/source3/winbindd/winbindd_misc.c index 3f71910023a..c6608316d1c 100644 --- a/source3/winbindd/winbindd_misc.c +++ b/source3/winbindd/winbindd_misc.c @@ -741,12 +741,6 @@ static void domain_info_done(struct tevent_req *req) request_ok(state->cli); } -void winbindd_ping(struct winbindd_cli_state *state) -{ - DEBUG(3, ("[%5lu]: ping\n", (unsigned long)state->pid)); - request_ok(state); -} - /* List various tidbits of information */ void winbindd_info(struct winbindd_cli_state *state)