summaryrefslogtreecommitdiff
path: root/source3/namedbwork.c
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-07-03 20:45:06 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-07-03 20:45:06 +0000
commit3e37f8f70f67d441582f84021ce185ced5e6baaf (patch)
treeb1d38a1f7d18825e1cf868039c86185407990f8d /source3/namedbwork.c
parent4a2cc7bb2b5b4485d91f5ef7a7c88d7520f8ad28 (diff)
downloadsamba-3e37f8f70f67d441582f84021ce185ced5e6baaf.tar.gz
samba-3e37f8f70f67d441582f84021ce185ced5e6baaf.tar.bz2
samba-3e37f8f70f67d441582f84021ce185ced5e6baaf.zip
Makefile: Added DGUX changes for intel.
namedbwork.c: Minor tidyup for election flah. util.c: Fix for broken readdir detectino code. version.h: Back to 1.9.17alpha3 - will be updated by release script. Jeremy jallison@whistle.com (This used to be commit 26635733a746dee2435da7ce228def5f2f292bba)
Diffstat (limited to 'source3/namedbwork.c')
-rw-r--r--source3/namedbwork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/namedbwork.c b/source3/namedbwork.c
index a17de731bb..9b4b6a5300 100644
--- a/source3/namedbwork.c
+++ b/source3/namedbwork.c
@@ -122,7 +122,7 @@ static struct work_record *make_workgroup(char *name)
/* WfWg uses 01040b01 */
/* Win95 uses 01041501 */
/* NTAS uses ???????? */
- work->ElectionCriterion = (MAINTAIN_LIST<<1)|(ELECTION_VERSION<<8);
+ work->ElectionCriterion = (MAINTAIN_LIST)|(ELECTION_VERSION<<8);
work->ElectionCriterion |= (lp_os_level() << 24);
if (lp_domain_master()) {
work->ElectionCriterion |= 0x80;