diff options
Diffstat (limited to 'source/include')
-rw-r--r-- | source/include/nameserv.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/include/nameserv.h b/source/include/nameserv.h index 17ae085bc62..42bfe83dcc3 100644 --- a/source/include/nameserv.h +++ b/source/include/nameserv.h @@ -403,8 +403,7 @@ struct packet_struct #define CHECK_TIME_MAX_HOST_ANNCE 12 /* announce as master to WINS server and any Primary Domain Controllers */ -/* ORIGINAL - changed for test by JRA #define CHECK_TIME_MST_ANNOUNCE 15 */ -#define CHECK_TIME_MST_ANNOUNCE 1 +#define CHECK_TIME_MST_ANNOUNCE 15 /* do all remote announcements this often */ #define REMOTE_ANNOUNCE_INTERVAL 180 |