mirror of
https://github.com/samba-team/samba.git
synced 2025-11-25 00:23:52 +03:00
r1123: Make all lp_ string functions return 'const char *'.
Fix other 'const' warnings in the torture code. Andrew Bartlett
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
971941acc7
commit
5d39d7497f
@@ -68,7 +68,7 @@ void do_debug(const char *format, ...)
|
||||
*/
|
||||
void reopen_logs(void)
|
||||
{
|
||||
char *logfile = lp_logfile();
|
||||
const char *logfile = lp_logfile();
|
||||
char *fname = NULL;
|
||||
int old_fd = state.fd;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user