PR: 9866
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95687
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.0.38
+ *) Fixed the handling of nested if-statements in shtml files.
+ PR 9866 [Brian Pane]
+
*) Allow 'make install DESTDIR=/path'. This allows packagers to install
into a directory different from the one that was configured. This
also mirrors the root= feature from 1.3. We cannot use prefix=,
char debug_buf[MAX_DEBUG_SIZE];
*inserted_head = NULL;
- if (!ctx->flags & FLAG_PRINTING) {
+ if (!(ctx->flags & FLAG_PRINTING)) {
ctx->if_nesting_level++;
}
else {