summaryrefslogtreecommitdiffstats
path: root/source/nmbd/nmbd_namelistdb.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
commit4ab3d1682789319965a55edb37212b7671a743bb (patch)
treefe8317ae6ed3abd88ed532e213a865a503879c3e /source/nmbd/nmbd_namelistdb.c
parenta38d903d2016202d470f1405e593be3c20404d72 (diff)
downloadsamba-4ab3d1682789319965a55edb37212b7671a743bb.tar.gz
samba-4ab3d1682789319965a55edb37212b7671a743bb.tar.xz
samba-4ab3d1682789319965a55edb37212b7671a743bb.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.
Diffstat (limited to 'source/nmbd/nmbd_namelistdb.c')
-rw-r--r--source/nmbd/nmbd_namelistdb.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/nmbd/nmbd_namelistdb.c b/source/nmbd/nmbd_namelistdb.c
index b7f185deeb4..29d822550c4 100644
--- a/source/nmbd/nmbd_namelistdb.c
+++ b/source/nmbd/nmbd_namelistdb.c
@@ -288,7 +288,9 @@ void standard_success_register(struct subnet_record *subrec,
/*******************************************************************
Utility function automatically called when a name refresh or register
- fails.
+ fails. Note that this is only ever called on a broadcast subnet with
+ one IP address per name. This is why it can just delete the name
+ without enumerating the IP adresses. JRA.
******************************************************************/
void standard_fail_register( struct subnet_record *subrec,