summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1997-09-03 20:15:40 +0000
committerJeremy Allison <jra@samba.org>1997-09-03 20:15:40 +0000
commit82290216ad827c9f8f74ffd3aa6a37dca28174e1 (patch)
tree6638d14cbfbffac25e9d8a9a7578194ee44f2879 /source3/include
parent6e64355770c43e5bf6aa9896cb87f3cfaad11f1b (diff)
downloadsamba-82290216ad827c9f8f74ffd3aa6a37dca28174e1.tar.gz
samba-82290216ad827c9f8f74ffd3aa6a37dca28174e1.tar.bz2
samba-82290216ad827c9f8f74ffd3aa6a37dca28174e1.zip
nameannounce.c
nameresp.c nameserv.c nameservreply.c proto.h : Removed broadcast and recurse parameters in the queue_netbios_pkt_wins() call - they are not needed as they should always be 'false' and 'true' respectively. Also fixed a bug with secure name registration (WINS server code). server.c: Finally fixed problem with error 267 being returned to Win95. It is needed by NT. This is a horrid fix and I would appreciate a better one :-). Jeremy (jallison@whistle.com) (This used to be commit fa1305d1894a28331ba80d9de038ebf31ba902d6)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 5c770d7fcc..d1b28c860d 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -502,7 +502,6 @@ struct response_record *queue_netbios_pkt_wins(
int fd,int quest_type,enum state_type state,
char *name,int name_type,int nb_flags, time_t ttl,
int server_type, char *my_name, char *my_comment,
- BOOL bcast,BOOL recurse,
struct in_addr send_ip, struct in_addr reply_to_ip);
struct response_record *queue_netbios_packet(struct subnet_record *d,
int fd,int quest_type,enum state_type state,char *name,