]> granicus.if.org Git - apache/commitdiff
forgot to add these debugging outputs
authorAndré Malo <nd@apache.org>
Wed, 27 Aug 2003 14:04:51 +0000 (14:04 +0000)
committerAndré Malo <nd@apache.org>
Wed, 27 Aug 2003 14:04:51 +0000 (14:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101110 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_include.c

index 26cbf58d3a0cb46bc4b1227ce0909e5928463e0a..8fa10af77d57ba8a07400f63b43be8d11094fbfe 100644 (file)
@@ -1415,6 +1415,7 @@ static int parse_expr(include_ctx_t *ctx, const char *expr, int *was_error)
 
                     current->right->token.value = buffer;
                     current->right->value = !!*current->right->token.value;
+                    DEBUG_DUMP_EVAL(ctx, current->right);
                     current->right->done = 1;
                     break;
 
@@ -1441,6 +1442,7 @@ static int parse_expr(include_ctx_t *ctx, const char *expr, int *was_error)
 
                         current->left->token.value = buffer;
                         current->left->value = !!*current->left->token.value;
+                        DEBUG_DUMP_EVAL(ctx, current->left);
                         current->left->done = 1;
                         break;