From 34e2b0132e03568cf8951bd314a3e7e0d2f6efc7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 17 Oct 1997 03:09:03 +0000 Subject: 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) --- source3/nameresp.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/nameresp.c') 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; } -- cgit