r13393: Do not initialize the lp_svcctl_list() value since it is handled
[kai/samba.git] / source3 / param / loadparm.c
index a8867280474811f84b323b76e671d605172a6fce..6ed6b90498c8544dd69d4440c0c9d8fcb0d06e35 100644 (file)
@@ -1655,8 +1655,6 @@ static void init_globals(BOOL first_time_only)
 
        Globals.bASUSupport       = True;
        
-       Globals.szServicesList = str_list_make( "Spooler NETLOGON", NULL );
-
        /* User defined shares. */
        pstrcpy(s, dyn_LOCKDIR);
        pstrcat(s, "/usershares");