I'm not quite sure how to submit a patch to bugzilla, so can someone please take care of the following for me.
In addition, and corrections/better ways would be greatly appreciated.


# diff -u ab.old.c ab.c
--- ab.old.c    Thu Mar  4 12:32:21 2004
+++ ab.c        Thu Mar  4 13:44:39 2004
@@ -1699,8 +1699,13 @@
        }

        for (i = 0; i < n; i++) {
+#ifdef USE_SSL
+            const apr_pollfd_t *next_fd;/* unint - INTENTIONAL */
+            struct connection *c = &con[i];
+#else
             const apr_pollfd_t *next_fd = &(pollresults[i]);
             struct connection *c = next_fd->client_data;
+#endif


-- Aryeh Katz SecureD Services http://www.secured-services.com/ 410 653 0700 x 2




Reply via email to