From 988c73b623eb5ff4657ec8ef88c629a08c4f6ddb Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 22 Oct 1997 03:16:35 +0000 Subject: don't send any statistics in the node status reply (This used to be commit a5f52340a49bb2c4f2cdfa7b3c8b45cc5b0e9ec6) --- source3/nameservreply.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'source3/nameservreply.c') diff --git a/source3/nameservreply.c b/source3/nameservreply.c index 98247c7636..c901059f9b 100644 --- a/source3/nameservreply.c +++ b/source3/nameservreply.c @@ -468,13 +468,9 @@ void reply_name_status(struct packet_struct *p) SCVAL(countptr,0,names_added); - /* XXXXXXX we should fill in more fields of the statistics structure */ + /* we don't send any stats as they could be used to attack + the protocol */ bzero(buf,64); - { - extern int num_good_sends,num_good_receives; - SIVAL(buf,20,num_good_sends); - SIVAL(buf,24,num_good_receives); - } buf += 46; -- cgit