-/* Licensed to the Apache Software Foundation (ASF) under one or more
+//* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
c->conn_config = ap_create_conn_config(c->pool);
c->notes = apr_table_make(c->pool, 5);
- c->slaves = apr_array_make(c->pool, 20, sizeof(conn_rec *));
+ c->slaves = apr_array_make(c->pool, 20, sizeof(conn_slave_rec *));
if ((rv = apr_socket_addr_get(&c->local_addr, APR_LOCAL, csd))