diff options
author | Richard Sharpe <sharpe@samba.org> | 2002-10-07 21:37:37 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 2002-10-07 21:37:37 +0000 |
commit | edff14b075cfa89966b684dfaf95492369a435e7 (patch) | |
tree | 8e4fc7809c26f4d23b6565cd45613c42a297d858 | |
parent | c63f6a95aeec73632f486617e58dcc1ea1170d07 (diff) | |
download | samba-edff14b075cfa89966b684dfaf95492369a435e7.tar.gz samba-edff14b075cfa89966b684dfaf95492369a435e7.tar.bz2 samba-edff14b075cfa89966b684dfaf95492369a435e7.zip |
Fix John's little typo ...
(This used to be commit 0c8e8a162092aa20a70cadf570f14183ac83c175)
-rw-r--r-- | source3/web/swat.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |