From 0eacc476229e9d6c5926096b73546b5363cd9d60 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 12 Apr 2012 17:03:38 +1000 Subject: param: Change from _lp to lp__ as the prefix for internal parameter wrappers This will make a merge with the lib/param param code easier, as we can then paste lp_ to the front of all parameters unconditionally. Andrew Bartlett --- source3/services/svc_spoolss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/services') diff --git a/source3/services/svc_spoolss.c b/source3/services/svc_spoolss.c index 3b56f9350d..e827013d00 100644 --- a/source3/services/svc_spoolss.c +++ b/source3/services/svc_spoolss.c @@ -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) { -- cgit