s3:winbind: Remove old version of WINBINDD_PING
authorVolker Lendecke <vl@samba.org>
Tue, 4 Aug 2009 10:58:28 +0000 (06:58 -0400)
committerVolker Lendecke <vl@samba.org>
Wed, 5 Aug 2009 07:21:20 +0000 (03:21 -0400)
source3/winbindd/winbindd.c
source3/winbindd/winbindd_misc.c

index e76a0de30f3a357f00350b2f4423f8b167330ac3..867e9df8d9c53c45285eb742c0f998d2619dc66b 100644 (file)
@@ -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" },
index 3f71910023a611530e85819b3d2097e5ddcd3036..c6608316d1c5a8770b13e40d36d90d4f0018bf08 100644 (file)
@@ -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)