mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
s3:param: make init_locals() static.
it is only used in loadparm.c Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Fri Nov 16 03:33:34 CET 2012 on sn-devel-104
This commit is contained in:
parent
3fc2c03ea3
commit
d7cab973fc
@ -1408,7 +1408,6 @@ void *lp_local_ptr_by_snum(int snum, struct parm_struct *parm);
|
||||
bool lp_do_parameter(int snum, const char *pszParmName, const char *pszParmValue);
|
||||
bool lp_set_cmdline(const char *pszParmName, const char *pszParmValue);
|
||||
bool lp_set_option(const char *option);
|
||||
void init_locals(void);
|
||||
bool lp_is_default(int snum, struct parm_struct *parm);
|
||||
bool dump_a_parameter(int snum, char *parm_name, FILE * f, bool isGlobal);
|
||||
struct parm_struct *lp_get_parameter(const char *param_name);
|
||||
|
@ -3473,7 +3473,7 @@ static bool equal_parameter(parm_type type, void *ptr1, void *ptr2)
|
||||
[globals] section.
|
||||
***************************************************************************/
|
||||
|
||||
void init_locals(void)
|
||||
static void init_locals(void)
|
||||
{
|
||||
/*
|
||||
* We run this check once the [globals] is parsed, to force
|
||||
|
Loading…
Reference in New Issue
Block a user