Author: rhuijben Date: Tue Nov 24 09:02:37 2015 New Revision: 1716078 URL: http://svn.apache.org/viewvc?rev=1716078&view=rev Log: * incoming.c Print both pointers to same pool.
Modified: serf/branches/pump-investigate/incoming.c Modified: serf/branches/pump-investigate/incoming.c URL: http://svn.apache.org/viewvc/serf/branches/pump-investigate/incoming.c?rev=1716078&r1=1716077&r2=1716078&view=diff ============================================================================== --- serf/branches/pump-investigate/incoming.c (original) +++ serf/branches/pump-investigate/incoming.c Tue Nov 24 09:02:37 2015 @@ -712,7 +712,7 @@ apr_status_t serf_incoming_create2( ic->closed = closed; ic->closed_baton = closed_baton; - fprintf(stderr, "Create config in pool %p\n", ic_pool); + fprintf(stderr, "Create config in pool %p / stored pool = %p\n", ic_pool, ic->pool); /* Store the connection specific info in the configuration store */ rv = serf__config_store_get_client_config(ctx, ic, &config, ic_pool);