svn commit: samba r24781 - in branches: SAMBA_3_2/source/web SAMBA_3_2_0/source/web

gd at samba.org gd at samba.org
Wed Aug 29 13:52:13 GMT 2007


Author: gd
Date: 2007-08-29 13:52:07 +0000 (Wed, 29 Aug 2007)
New Revision: 24781

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24781

Log:
Fix build warning.

Guenther

Modified:
   branches/SAMBA_3_2/source/web/statuspage.c
   branches/SAMBA_3_2_0/source/web/statuspage.c


Changeset:
Modified: branches/SAMBA_3_2/source/web/statuspage.c
===================================================================
--- branches/SAMBA_3_2/source/web/statuspage.c	2007-08-29 13:07:03 UTC (rev 24780)
+++ branches/SAMBA_3_2/source/web/statuspage.c	2007-08-29 13:52:07 UTC (rev 24781)
@@ -56,7 +56,7 @@
 }
 
 /* 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) {

Modified: branches/SAMBA_3_2_0/source/web/statuspage.c
===================================================================
--- branches/SAMBA_3_2_0/source/web/statuspage.c	2007-08-29 13:07:03 UTC (rev 24780)
+++ branches/SAMBA_3_2_0/source/web/statuspage.c	2007-08-29 13:52:07 UTC (rev 24781)
@@ -56,7 +56,7 @@
 }
 
 /* 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) {



More information about the samba-cvs mailing list