* add logging if auth-basic session connecting fails with weird conditions
[citadel.git] / webcit / vcard_edit.c
index 11a059b87ff557ab743fe8a5f5c4695e848a67d8..1f44dd862640d721dd7d843f16f543448cb91ce0 100644 (file)
@@ -1231,6 +1231,7 @@ void display_vcard_photo_img(void)
                hprintf("HTTP/1.1 500 %s\n","Unable to get photo");
                output_headers(0, 0, 0, 0, 0, 0);
                hprintf("Content-Type: text/plain\r\n");
+               begin_burst();
                wprintf(_("Could Not decode vcard photo\n"));
                end_burst();
                return;