* Completed SSL support. Still doesn't work with all browsers... gotta
[citadel.git] / webcit / html2html.c
index 3b6a9c3e83ad57fb7419d01a42572d20c3b22ace..a4931be33731a9e76ebdb1b887637f56fbe81ae9 100644 (file)
@@ -193,7 +193,7 @@ void output_html(void) {
        }
 
        /* Output our big pile of markup */
-       write(WC->http_sock, converted_msg, output_length);
+       client_write(converted_msg, output_length);
 
        /* A little trailing vertical whitespace... */
        wprintf("<BR><BR>\n");