1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-20 22:50:26 +03:00

Patch from Albrecht Gebhardt Albrecht Gebhardt - fixes domain

logons.
(This used to be commit 76647c0609773a190055f78486380218d6e080e7)
This commit is contained in:
Samba Release Account 1997-06-09 18:57:45 +00:00
parent 9b5af2ad79
commit 56adabeed7

View File

@ -519,7 +519,7 @@ void become_logon_server(struct subnet_record *d, struct work_record *work)
{
if (!work || !d) return;
if (lp_domain_logons())
if (!lp_domain_logons())
{
DEBUG(0,("samba not configured as a logon master.\n"));
return;