summaryrefslogtreecommitdiffstats
path: root/source/web
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-08-29 13:52:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:30:20 -0500
commit71307c371fea917b91214df7a24cd91170d40dd9 (patch)
treeb666fd6fcf058c0c6b9299ac4e1a3ebd1cff62b2 /source/web
parentfb9228b8d167552f0a046ab674f66d4e5b73f5b6 (diff)
downloadsamba-71307c371fea917b91214df7a24cd91170d40dd9.tar.gz
samba-71307c371fea917b91214df7a24cd91170d40dd9.tar.xz
samba-71307c371fea917b91214df7a24cd91170d40dd9.zip
r24781: Fix build warning.
Guenther
Diffstat (limited to 'source/web')
-rw-r--r--source/web/statuspage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/web/statuspage.c b/source/web/statuspage.c
index e90a94d9e7f..a03c7998ed4 100644
--- a/source/web/statuspage.c
+++ b/source/web/statuspage.c
@@ -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) {