diff options
Diffstat (limited to 'source3/namedb.c')
-rw-r--r-- | source3/namedb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/namedb.c b/source3/namedb.c index 1855103c99..305dfb4476 100644 --- a/source3/namedb.c +++ b/source3/namedb.c @@ -108,6 +108,7 @@ static struct work_record *make_workgroup(char *name) work->ElectionCount = 0; work->needelection = False; work->needannounce = True; + work->state = MST_NONE; /* make sure all token representations of workgroups are unique */ |