mirror of
https://github.com/samba-team/samba.git
synced 2025-08-08 13:49:29 +03:00
r5389: initialise the WINS ttl max/min values to something sensible
(This used to be commit ee61fab163
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
df6d143e2e
commit
a065adeacb
@ -1053,6 +1053,9 @@ static void init_globals(void)
|
||||
do_parameter("nbt port", "137");
|
||||
|
||||
do_parameter("nt status support", "True");
|
||||
|
||||
do_parameter("max wins ttl", "432000");
|
||||
do_parameter("min wins ttl", "10");
|
||||
}
|
||||
|
||||
static TALLOC_CTX *lp_talloc;
|
||||
|
Reference in New Issue
Block a user