1
0
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:
Andrew Bartlett
2004-06-13 23:50:55 +00:00
committed by Gerald (Jerry) Carter
parent 971941acc7
commit 5d39d7497f
14 changed files with 40 additions and 39 deletions

View File

@@ -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;