diff options
author | Samba Release Account <samba-bugs@samba.org> | 1997-06-02 19:51:56 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1997-06-02 19:51:56 +0000 |
commit | 094f7ce427dba7299c8b08c695812d191e382d06 (patch) | |
tree | dc4c5a61e08f89192b4b9f856a0008d36946c6ca /source3/include | |
parent | 7be4b90f260a3b982da5ce39b632d5d5babd104a (diff) | |
download | samba-094f7ce427dba7299c8b08c695812d191e382d06.tar.gz samba-094f7ce427dba7299c8b08c695812d191e382d06.tar.bz2 samba-094f7ce427dba7299c8b08c695812d191e382d06.zip |
nameannounce.c: Made sure recurse flag set correctly.
namedbname.c: Made sure wins.dat updated when list changes.
Changed to returning 255.255.255.255 when 1e name
queried.
namepacket.c: Made sure recurse flags set correctly.
nameserv.c: Made sure recurse flags set correctly.
nameservreply.c: Made send_name_response() static, Made sure recurse flags set correctly.
Changed to returning 255.255.255.255 when 1e name
queried.
proto.h: Removed send_name_response().
Jeremy jallison@whistle.com
(This used to be commit 4e9fd24f65971bbbda5f76499e5d14f90eef8038)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index e6d39c3a3f..2b30b7174e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -496,10 +496,6 @@ void add_name_respond(struct subnet_record *d, int fd, struct in_addr from_ip, struct nmb_name *name, int nb_flags, int ttl, struct in_addr register_ip, BOOL new_owner, struct in_addr reply_to_ip); -void send_name_response(int fd, struct in_addr from_ip, - int name_trn_id, int opcode, BOOL success, BOOL recurse, - struct nmb_name *reply_name, int nb_flags, int ttl, - struct in_addr ip); void reply_name_release(struct packet_struct *p); void reply_name_reg(struct packet_struct *p); void reply_name_status(struct packet_struct *p); |