mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
const warning fix.
Jeremy.
This commit is contained in:
@ -3272,7 +3272,8 @@ static void dump_a_service(service * pService, FILE * f)
|
||||
{
|
||||
int i;
|
||||
param_opt_struct *data;
|
||||
char *s, *sn;
|
||||
const char *sn;
|
||||
char *s;
|
||||
|
||||
if (pService != &sDefault)
|
||||
fprintf(f, "\n[%s]\n", pService->szService);
|
||||
|
Reference in New Issue
Block a user