param: Change from _lp to lp__ as the prefix for internal parameter wrappers
[kamenim/samba-autobuild/.git] / source3 / services / svc_spoolss.c
index 3b56f9350d47cdb472c8f255da01f25edb20df89..e827013d00ec2ccf4a9c1551d47305a13a3053b6 100644 (file)
@@ -48,7 +48,7 @@ static WERROR spoolss_start( const char *service )
 {
        /* see if the smb.conf will support this anyways */
 
-       if ( _lp_disable_spoolss() )
+       if ( lp__disable_spoolss() )
                return WERR_ACCESS_DENIED;
 
        if (lp_get_spoolss_state() == SVCCTL_RUNNING) {