mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3:param: remove unused function lp_string_set()
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
98426ad467
commit
b7f4b0ca00
@ -280,7 +280,6 @@ bool lp_is_security_and_server_role_valid(int server_role, int security);
|
||||
struct loadparm_global * get_globals(void);
|
||||
unsigned int * get_flags(void);
|
||||
char * lp_string(TALLOC_CTX *, const char *);
|
||||
bool lp_string_set(char **, const char *);
|
||||
int getservicebyname(const char *, struct loadparm_service *);
|
||||
bool lp_include(struct loadparm_context *, struct loadparm_service *,
|
||||
const char *, char **);
|
||||
|
@ -302,10 +302,6 @@ static bool string_set(TALLOC_CTX *mem_ctx, char **dest,const char *src)
|
||||
return true;
|
||||
}
|
||||
|
||||
bool lp_string_set(char **dest, const char *src) {
|
||||
return string_set(Globals.ctx, dest, src);
|
||||
}
|
||||
|
||||
/**
|
||||
* Function to return the default value for the maximum number of open
|
||||
* file descriptors permitted. This function tries to consult the
|
||||
|
Loading…
Reference in New Issue
Block a user