From: Jeff Trawick Date: Fri, 1 Nov 2002 12:58:30 +0000 (+0000) Subject: no such thing as AP_ASSERT() X-Git-Tag: 2.0.44~171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e44cb38a9ecd2785a33702f9c6ac8efbb88d9881;p=apache no such thing as AP_ASSERT() there is ap_assert() and AP_DEBUG_ASSERT() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97375 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/request.c b/server/request.c index 33e55087f6..b27cf724bd 100644 --- a/server/request.c +++ b/server/request.c @@ -925,7 +925,7 @@ minimerge2: */ if (temp_slash) { temp_slash = 0; - AP_ASSERT(r->filename[filename_len-1] == '/'); + AP_DEBUG_ASSERT(r->filename[filename_len-1] == '/'); r->filename[--filename_len] = '\0'; }