Hi again, Pushing passed previous problem, now arrive at:
D:\Projects\svn\httpd-trunk\server>svn diff Index: protocol.c =================================================================== --- protocol.c (revision 1701142) +++ protocol.c (working copy) @@ -1981,10 +1981,10 @@ server_rec *s, apr_array_header_t *choices) { + apr_array_header_t *proposals; apr_pool_t *pool = r? r->pool : c->pool; core_server_config *conf = ap_get_core_module_config(s->module_config); const char *protocol = NULL, *existing = ap_get_protocol(c);; - apr_array_header_t *proposals;if (APLOGcdebug(c)) { const char *p = apr_array_pstrcat(pool, conf->protocols, ',');
After a while it becomes second nature I believe. Regards, Norm
