summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_misc.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 06:58:28 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:20 -0400
commit74b45ba46cbf58c1bf9ef89f5f88509065cd81d2 (patch)
tree5220d6ebdc7ca3ea610fc6abe7230d8479b0dc0c /source3/winbindd/winbindd_misc.c
parentfa59f9720d56ffaf07c13376118c452a4162f3df (diff)
downloadsamba-74b45ba46cbf58c1bf9ef89f5f88509065cd81d2.tar.gz
samba-74b45ba46cbf58c1bf9ef89f5f88509065cd81d2.tar.bz2
samba-74b45ba46cbf58c1bf9ef89f5f88509065cd81d2.zip
s3:winbind: Remove old version of WINBINDD_PING
Diffstat (limited to 'source3/winbindd/winbindd_misc.c')
-rw-r--r--source3/winbindd/winbindd_misc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/winbindd/winbindd_misc.c b/source3/winbindd/winbindd_misc.c
index 3f71910023..c6608316d1 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)