diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/winbindd/idmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/idmap.c b/source3/winbindd/idmap.c index af8ec17b4e..e825ed9da7 100644 --- a/source3/winbindd/idmap.c +++ b/source3/winbindd/idmap.c @@ -1490,7 +1490,7 @@ done: Dump backend status. **************************************************************************/ -void idmap_dump_maps(char *logfile) +void idmap_dump_maps(const char *logfile) { NTSTATUS ret; struct unixid allid; |