From 17c13c4ba62fa3c8d5c438b2256190de28d40b5f Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 5 Jan 2010 13:30:27 -0500 Subject: Clear script_header in uw_reset() --- src/c/urweb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/c') diff --git a/src/c/urweb.c b/src/c/urweb.c index 79207abc..fccb1756 100644 --- a/src/c/urweb.c +++ b/src/c/urweb.c @@ -553,6 +553,7 @@ void uw_reset_keep_error_message(uw_context ctx) { ctx->client = NULL; ctx->cur_container = NULL; ctx->used_transactionals = 0; + ctx->script_header = ""; } void uw_reset_keep_request(uw_context ctx) { -- cgit v1.2.3