From 340b55a84201526f1fe84fde2318802126715e15 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 16 May 2009 12:00:34 +0200 Subject: Add async wb_ping --- source3/winbindd/winbindd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/winbindd/winbindd.c') diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index d4d54e31f6..ca2377131d 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -516,6 +516,9 @@ struct winbindd_async_dispatch_table { }; static struct winbindd_async_dispatch_table async_nonpriv_table[] = { + { WINBINDD_PING, "PING", + wb_ping_send, wb_ping_recv }, + { 0, NULL, NULL, NULL } }; -- cgit