summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-05-29 04:10:22 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:11 -0500
commit7756b990f38495bf98e335b56bdc510659c34bdb (patch)
tree530834296a60d589d0be9b3ae22c57bf3e1fdd48 /source4/lib
parent14ade23914b328fcb5924488c2416dfa7748e4ab (diff)
downloadsamba-7756b990f38495bf98e335b56bdc510659c34bdb.tar.gz
samba-7756b990f38495bf98e335b56bdc510659c34bdb.tar.bz2
samba-7756b990f38495bf98e335b56bdc510659c34bdb.zip
r7066: Rename http_exception to ejs_exception.
(This used to be commit f2e59d3adfd7813c3c2090350f8ff2a99a5533e9)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/ejs/miniMpr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ejs/miniMpr.c b/source4/lib/ejs/miniMpr.c
index 2c6f7bea50..2094052b39 100644
--- a/source4/lib/ejs/miniMpr.c
+++ b/source4/lib/ejs/miniMpr.c
@@ -163,7 +163,7 @@ void mprBreakpoint(const char *file, int line, const char *cond)
char *buf;
mprAllocSprintf(&buf, MPR_MAX_STRING, "esp exception - ASSERT at %s:%d, %s\n",
file, line, cond);
- http_exception(buf);
+ ejs_exception(buf);
}
#endif /* !BLD_GOAHEAD_WEBSERVER */