summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap.c
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
commit92482e5667c9bc5ea99f4ffd1b6eab2847a6805a (patch)
treeb3a409ac3d302c501d0ec6d47c841c3164c74b3a /source3/winbindd/idmap.c
parent5c1e5b30a5edc074a16f8abc32552ed6f42f8686 (diff)
downloadsamba-92482e5667c9bc5ea99f4ffd1b6eab2847a6805a.tar.gz
samba-92482e5667c9bc5ea99f4ffd1b6eab2847a6805a.tar.bz2
samba-92482e5667c9bc5ea99f4ffd1b6eab2847a6805a.zip
idmap: add a const to idmap_dump_maps()
metze (This used to be commit de31913f0a4fd407d935ec4e27a6123ab7847ab5)
Diffstat (limited to 'source3/winbindd/idmap.c')
-rw-r--r--source3/winbindd/idmap.c2
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;