From 92482e5667c9bc5ea99f4ffd1b6eab2847a6805a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 10 Dec 2007 19:19:54 +0100 Subject: idmap: add a const to idmap_dump_maps() metze (This used to be commit de31913f0a4fd407d935ec4e27a6123ab7847ab5) --- source3/winbindd/idmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd/idmap.c') 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; -- cgit