From edff14b075cfa89966b684dfaf95492369a435e7 Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Mon, 7 Oct 2002 21:37:37 +0000 Subject: Fix John's little typo ... (This used to be commit 0c8e8a162092aa20a70cadf570f14183ac83c175) --- source3/web/swat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/web') diff --git a/source3/web/swat.c b/source3/web/swat.c index 628ab662ce..fc38852245 100644 --- a/source3/web/swat.c +++ b/source3/web/swat.c @@ -696,7 +696,7 @@ static void wizard_page(void) /* Now determine smb.conf WINS settings */ if (lp_wins_support()) winstype = 1; - if (lp_wins_server_list() && if (strlen(*lp_wins_server_list())) + if (lp_wins_server_list() && strlen(*lp_wins_server_list())) winstype = 2; -- cgit