svn commit: samba r19021 - in branches/SAMBA_4_0/source/lib/appweb/ejs: .

derrell at samba.org derrell at samba.org
Mon Oct 2 02:38:43 GMT 2006


Author: derrell
Date: 2006-10-02 02:38:43 +0000 (Mon, 02 Oct 2006)
New Revision: 19021

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

Log:
match the prototype for a trigger function
Modified:
   branches/SAMBA_4_0/source/lib/appweb/ejs/ejsProcs.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/appweb/ejs/ejsProcs.c
===================================================================
--- branches/SAMBA_4_0/source/lib/appweb/ejs/ejsProcs.c	2006-10-02 02:38:02 UTC (rev 19020)
+++ branches/SAMBA_4_0/source/lib/appweb/ejs/ejsProcs.c	2006-10-02 02:38:43 UTC (rev 19021)
@@ -59,7 +59,7 @@
  */
 static MprVarTriggerStatus lengthTrigger(MprVarTriggerOp op, 
 	MprProperties *parentProperties, MprVar *prop, MprVar *newValue,
-	bool copyRef);
+	int copyRef);
 
 /******************************************************************************/
 /*
@@ -340,7 +340,7 @@
 
 static MprVarTriggerStatus lengthTrigger(MprVarTriggerOp op, 
 	MprProperties *parentProperties, MprVar *prop, MprVar *newValue, 
-	bool copyRef)
+	int copyRef)
 {
 	switch (op) {
 	case MPR_VAR_READ:



More information about the samba-cvs mailing list