summaryrefslogtreecommitdiff
path: root/source4/lib/appweb
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-14 13:17:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:23:06 -0500
commit61b16caed8b0ae4ffbbbabfc007a6e3c19b39227 (patch)
treebd30d06a4bd3185af547747107f6d3dd1d2a91a4 /source4/lib/appweb
parent5c453f5698add13c859ff0e4cd3e1865a8f08c39 (diff)
downloadsamba-61b16caed8b0ae4ffbbbabfc007a6e3c19b39227.tar.gz
samba-61b16caed8b0ae4ffbbbabfc007a6e3c19b39227.tar.bz2
samba-61b16caed8b0ae4ffbbbabfc007a6e3c19b39227.zip
r8466: it is not portable to assert() a va_list (it breaks on alpha for example)
(This used to be commit 2a64ee4227840de4aebe2ebe1887dfd167831738)
Diffstat (limited to 'source4/lib/appweb')
-rw-r--r--source4/lib/appweb/ejs/ejsLib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/appweb/ejs/ejsLib.c b/source4/lib/appweb/ejs/ejsLib.c
index caae5b6495..b3e61ec375 100644
--- a/source4/lib/appweb/ejs/ejsLib.c
+++ b/source4/lib/appweb/ejs/ejsLib.c
@@ -477,7 +477,6 @@ static void ejsErrorCore(Ejs* ep, const char *fmt, va_list args)
char *errbuf, *msgbuf;
mprAssert(ep);
- mprAssert(args);
msgbuf = NULL;
mprAllocVsprintf(&msgbuf, MPR_MAX_STRING, fmt, args);