1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00

Fix John's little typo ...

This commit is contained in:
Richard Sharpe -
parent f896232cff
commit 0c8e8a1620

View 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;