From 24fc1d6dd5fce0fc02813d9bb68c12b7539de413 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 29 Aug 2007 13:52:07 +0000 Subject: r24781: Fix build warning. Guenther (This used to be commit 71307c371fea917b91214df7a24cd91170d40dd9) --- source3/web/statuspage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/web/statuspage.c b/source3/web/statuspage.c index e90a94d9e7..a03c7998ed 100644 --- a/source3/web/statuspage.c +++ b/source3/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) { -- cgit