From 5a8218b147ac62c065903591a15360a906da9bec Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 1 Jun 2011 12:18:00 +1000 Subject: s3-param Make lp_ncalrpc_dir() const This disables % substitutions in the 'ncalrpc dir' parameter. This is used as a communication point between multiple parts of the codebase, and needs to be internally consistent between all the Samba tasks. Andrew Bartlett Autobuild-User: Andrew Bartlett Autobuild-Date: Wed Jun 1 05:30:53 CEST 2011 on sn-devel-104 --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 0eae375bbc..c6fd38dd81 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1660,7 +1660,7 @@ int lp_min_receive_file_size(void); char* lp_perfcount_module(void); void lp_set_passdb_backend(const char *backend); void widelinks_warning(int snum); -char *lp_ncalrpc_dir(void); +const char *lp_ncalrpc_dir(void); /* The following definitions come from param/loadparm_server_role.c */ -- cgit