1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-23 20:23:50 +03:00

Sync with HEAD

This commit is contained in:
Jelmer Vernooij
-
parent eac350e09f
commit 1a25dc776d
11 changed files with 517 additions and 125 deletions

View File

@@ -696,9 +696,9 @@ static void wizard_page(void)
/* Now determine smb.conf WINS settings */
if (lp_wins_support())
winstype = 1;
/* if (strlen(lp_wins_server_list()) != 0 )
* winstype = 2;
*/
if (lp_wins_server_list() && strlen(*lp_wins_server_list()))
winstype = 2;
/* Do we have a homes share? */
have_home = lp_servicenumber(HOMES_NAME);