mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
fix winbind ping call so that SWAT correctly determines if winbindd is running; bug 398
(This used to be commit 04e37283f230b28f3019bfab3a71dde5e4ae4e23)
This commit is contained in:
parent
11f4893145
commit
8a53eed206
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user