diff options
Diffstat (limited to 'source3/param')
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 461fd8f05e..f6771b85d9 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -1885,7 +1885,7 @@ BOOL lp_add_home(const char *pszHomename, int iDefaultService, const char *pszHo /*************************************************************************** add a new service, based on an old one. ***************************************************************************/ -int lp_add_service(char *pszService, int iDefaultService) +int lp_add_service(const char *pszService, int iDefaultService) { return (add_a_service(ServicePtrs[iDefaultService], pszService)); } |