changeset 1117:31ef567fa772

Clear script_header in uw_reset()
author Adam Chlipala <adamc@hcoop.net>
date Tue, 05 Jan 2010 13:30:27 -0500
parents ce56795b2e5f
children 87b0a9d08e73
files src/c/urweb.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/c/urweb.c	Tue Jan 05 10:22:55 2010 -0500
+++ b/src/c/urweb.c	Tue Jan 05 13:30:27 2010 -0500
@@ -553,6 +553,7 @@
   ctx->client = NULL;
   ctx->cur_container = NULL;
   ctx->used_transactionals = 0;
+  ctx->script_header = "";
 }
 
 void uw_reset_keep_request(uw_context ctx) {