From 516ee5f0b04143b72239fae53ec34e4b6e3ca0d7 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 6 Oct 2011 16:34:52 +1100 Subject: s3-param use Auto define for lm_announce default --- source3/param/loadparm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/param/loadparm.c') diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 01f6fa2942..345f748384 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -4834,7 +4834,7 @@ static void init_globals(bool reinit_globals) Globals.max_wins_ttl = 60 * 60 * 24 * 6; /* 6 days default. */ Globals.min_wins_ttl = 60 * 60 * 6; /* 6 hours default. */ Globals.machine_password_timeout = 60 * 60 * 24 * 7; /* 7 days default. */ - Globals.lm_announce = 2; /* = Auto: send only if LM clients found */ + Globals.lm_announce = Auto; /* = Auto: send only if LM clients found */ Globals.lm_interval = 60; #if (defined(HAVE_NETGROUP) && defined(WITH_AUTOMOUNT)) Globals.bNISHomeMap = false; -- cgit