From 8a53eed206a6be996dda5e3555619cdccaf8d2c3 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Sat, 22 Nov 2003 04:47:34 +0000 Subject: fix winbind ping call so that SWAT correctly determines if winbindd is running; bug 398 (This used to be commit 04e37283f230b28f3019bfab3a71dde5e4ae4e23) --- source3/web/diagnose.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'source3/web') diff --git a/source3/web/diagnose.c b/source3/web/diagnose.c index efd6d1d0a1..46432c41f8 100644 --- a/source3/web/diagnose.c +++ b/source3/web/diagnose.c @@ -31,11 +31,7 @@ NSS_STATUS winbindd_request(int req_type, BOOL winbindd_running(void) { - - if (winbindd_request(WINBINDD_PING, NULL, NULL)) - return False; - - return True; + return winbind_ping(); } #endif -- cgit