--- proxy_http.c.orig	Fri Sep 28 12:12:02 2001
+++ proxy_http.c	Wed Oct 03 14:07:56 2001
@@ -475,7 +475,7 @@
 
  /* If "Pragma: no-cache" set nocache and make reply un-buffered to
  /* ensure timely delivery */
-    if (((pragma = ap_table_get(resp_hdrs, "Pragma")) != NULL &&
+    if (((pragma = (char*)ap_table_get(resp_hdrs, "Pragma")) != NULL &&
         ap_proxy_liststr(pragma, "no-cache"))) {
         nocache = 1;
         r->connection->client->flags &= ~B_WR;
