diff options
author | Adam Chlipala <adamc@hcoop.net> | 2010-01-05 13:30:27 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2010-01-05 13:30:27 -0500 |
commit | a8e75fe5a1971693be065e13eecd5dc9b9fa9773 (patch) | |
tree | 12f80ef582d7fbc1261972c53d46c81d197cb223 /src/c | |
parent | 3f8f229b96791e5784bd2e5d63e5ccd7ed608e70 (diff) |
Clear script_header in uw_reset()
Diffstat (limited to 'src/c')
-rw-r--r-- | src/c/urweb.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |