Fix John's little typo ...
authorRichard Sharpe <sharpe@samba.org>
Mon, 7 Oct 2002 21:37:37 +0000 (21:37 +0000)
committerRichard Sharpe <sharpe@samba.org>
Mon, 7 Oct 2002 21:37:37 +0000 (21:37 +0000)
source/web/swat.c

index 628ab662ce8e7aafd7096976b37369d2c1e5c36a..fc388522454420f3de6b2d70d97a9cc2e8376fb1 100644 (file)
@@ -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;