Patch from Albrecht Gebhardt Albrecht Gebhardt - fixes domain
authorSamba Release Account <samba-bugs@samba.org>
Mon, 9 Jun 1997 18:57:45 +0000 (18:57 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Mon, 9 Jun 1997 18:57:45 +0000 (18:57 +0000)
logons.

source/nameelect.c

index a53f86dcee621b73524d88e17ff2ddeb56f8fb88..cc1c2bc002ef9aaf3c3601942584e2498511fc76 100644 (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;