r24781: Fix build warning.
authorGünther Deschner <gd@samba.org>
Wed, 29 Aug 2007 13:52:07 +0000 (13:52 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:30:20 +0000 (12:30 -0500)
Guenther
(This used to be commit 71307c371fea917b91214df7a24cd91170d40dd9)

source3/web/statuspage.c

index e90a94d9e7fc0c5dc1cc0bcba888ee4c7a030cef..a03c7998ed48559e9ae4d8bce4d9c1973f594bae 100644 (file)
@@ -56,7 +56,7 @@ static void initPid2Machine (void)
 }
 
 /* add new PID <-> Machine name mapping */
-static void addPid2Machine (struct server_id pid, char *machine)
+static void addPid2Machine (struct server_id pid, const char *machine)
 {
        /* show machine name rather PID on table "Open Files"? */
        if (PID_or_Machine) {