idmap: add a const to idmap_dump_maps()
authorStefan Metzmacher <metze@samba.org>
Mon, 10 Dec 2007 18:19:54 +0000 (19:19 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 11 Dec 2007 11:56:23 +0000 (12:56 +0100)
metze
(This used to be commit de31913f0a4fd407d935ec4e27a6123ab7847ab5)

source3/winbindd/idmap.c

index af8ec17b4e1f6cb68702dad820ccb88b8edfbfb4..e825ed9da7e6110d225de3c2a8784556daf231af 100644 (file)
@@ -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;