* begin_burst() / end_burst() semantics now apply to all pages which are
[citadel.git] / webcit / webserver.c
index d6f56d77312a440b951aaf3b6160c80fd0c48a93..2cdb0bbdfbce15344ed6350a4db70d88c1f06135 100644 (file)
@@ -202,6 +202,8 @@ void end_burst(void) {
        size_t the_len;
        char *the_data;
 
+       if (WC->burst == NULL) return;
+
        the_len = WC->burst_len;
        the_data = WC->burst;