summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_elections.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-06-29 22:50:49 +0000
committerJeremy Allison <jra@samba.org>1998-06-29 22:50:49 +0000
commit06e42fa8659483495055eb3aab1982ebf3d0efa3 (patch)
tree5afeb9cb14c43cbaa418f0bc2291fce42ea1a4c5 /source3/nmbd/nmbd_elections.c
parentfdb124c1cd0e91fa2a5f1c993a1df12fb866cca9 (diff)
downloadsamba-06e42fa8659483495055eb3aab1982ebf3d0efa3.tar.gz
samba-06e42fa8659483495055eb3aab1982ebf3d0efa3.tar.bz2
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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/nmbd/nmbd_elections.c b/source3/nmbd/nmbd_elections.c
index ceef961d5e..5c85191ec2 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, "");
}
}
}