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

tridge at samba.org tridge at samba.org
Thu Jul 14 13:17:14 GMT 2005


Author: tridge
Date: 2005-07-14 13:17:14 +0000 (Thu, 14 Jul 2005)
New Revision: 8466

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

Log:
it is not portable to assert() a va_list (it breaks on alpha for example)




Modified:
   branches/SAMBA_4_0/source/lib/appweb/ejs/ejsLib.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/appweb/ejs/ejsLib.c
===================================================================
--- branches/SAMBA_4_0/source/lib/appweb/ejs/ejsLib.c	2005-07-14 13:14:47 UTC (rev 8465)
+++ branches/SAMBA_4_0/source/lib/appweb/ejs/ejsLib.c	2005-07-14 13:17:14 UTC (rev 8466)
@@ -477,7 +477,6 @@
 	char		*errbuf, *msgbuf;
 
 	mprAssert(ep);
-	mprAssert(args);
 
 	msgbuf = NULL;
 	mprAllocVsprintf(&msgbuf, MPR_MAX_STRING, fmt, args);



More information about the samba-cvs mailing list