diff options
author | Jeremy Allison <jra@samba.org> | 1998-06-29 22:50:49 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-06-29 22:50:49 +0000 |
commit | 06e42fa8659483495055eb3aab1982ebf3d0efa3 (patch) | |
tree | 5afeb9cb14c43cbaa418f0bc2291fce42ea1a4c5 /source3/nmbd/nmbd_elections.c | |
parent | fdb124c1cd0e91fa2a5f1c993a1df12fb866cca9 (diff) | |
download | samba-06e42fa8659483495055eb3aab1982ebf3d0efa3.tar.gz samba-06e42fa8659483495055eb3aab1982ebf3d0efa3.tar.xz samba-06e42fa8659483495055eb3aab1982ebf3d0efa3.zip |
nmbd_elections.c: Removed force elections code to bring into line with 1.9.18.
nmbd_namelistdb.c: Added comment for Chris.
nmbd_subnetdb.c: Went back to Chris's comparison code as with the make_nmb_name
change it all works now.
lib/rpc/server/srv_netlog.c: Ensure we return 'account disabled' for disabled
accounts, rather than crashing.
Jeremy.
(This used to be commit 4ab3d1682789319965a55edb37212b7671a743bb)
Diffstat (limited to 'source3/nmbd/nmbd_elections.c')
-rw-r--r-- | source3/nmbd/nmbd_elections.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/nmbd/nmbd_elections.c b/source3/nmbd/nmbd_elections.c index ceef961d5e9..5c85191ec2c 100644 --- a/source3/nmbd/nmbd_elections.c +++ b/source3/nmbd/nmbd_elections.c @@ -378,9 +378,6 @@ yet registered on subnet %s\n", namestr(&nmbname), subrec->subnet_name )); work->ElectionCount = 0; work->RunningElection = True; work->needelection = False; - - /* Send a force election packet to begin. */ - send_election_dgram(subrec, work->work_group, 0, 0, ""); } } } |