diff options
author | Andrew Tridgell <tridge@samba.org> | 1997-10-17 03:09:03 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1997-10-17 03:09:03 +0000 |
commit | 34e2b0132e03568cf8951bd314a3e7e0d2f6efc7 (patch) | |
tree | 94636b32c1b56ce4c360b42401532e72b91a23ae /source3/nameresp.c | |
parent | 008b773834b26d9e38c2edb4f2d6ab532dde7a94 (diff) | |
download | samba-34e2b0132e03568cf8951bd314a3e7e0d2f6efc7.tar.gz samba-34e2b0132e03568cf8951bd314a3e7e0d2f6efc7.tar.bz2 samba-34e2b0132e03568cf8951bd314a3e7e0d2f6efc7.zip |
remove a spurious error message from nmbd. The message was:
WINS server did not respond to name registration!
this messages should only be produced when we are trying to register
our own names, not when we are the one with the name database and we
are doing a NAME_REGISTER_CHALLENGE on behalf of another host (for
secured wins registration)
(This used to be commit 42cb21d7259acfca124e5310894fb4fb8df4ad0c)
Diffstat (limited to 'source3/nameresp.c')
-rw-r--r-- | source3/nameresp.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/nameresp.c b/source3/nameresp.c index c40dd16a88..2e625735c4 100644 --- a/source3/nameresp.c +++ b/source3/nameresp.c @@ -118,12 +118,6 @@ static void dead_netbios_entry(struct subnet_record *d, add_name_respond(d,n->fd,d->myip, n->reply_id ,&n->name, n->nb_flags, GET_TTL(0), n->reply_to_ip, True, n->reply_to_ip); - - if (!n->bcast && n->num_msgs == 0) - { - DEBUG(1,("WINS server did not respond to name registration!\n")); - /* XXXX whoops. we have problems. must deal with this */ - } break; } |