summaryrefslogtreecommitdiff
path: root/source/winbindd
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-12-10 19:19:54 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-11 12:56:23 +0100
commitde31913f0a4fd407d935ec4e27a6123ab7847ab5 (patch)
treee1dd281d4d1f1125aed3ab5c6a83f68652f1931e /source/winbindd
parent212ab58a3a7f03bb97c6ad3430e2776f9faba7c9 (diff)
downloadsamba-de31913f0a4fd407d935ec4e27a6123ab7847ab5.tar.gz
idmap: add a const to idmap_dump_maps()
metze
Diffstat (limited to 'source/winbindd')
-rw-r--r--source/winbindd/idmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/winbindd/idmap.c b/source/winbindd/idmap.c
index af8ec17b4e1..e825ed9da7e 100644
--- a/source/winbindd/idmap.c
+++ b/source/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;