You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by pq...@apache.org on 2009/03/14 20:34:48 UTC

svn commit: r754508 - /labs/orthrus/trunk/src/core.c

Author: pquerna
Date: Sat Mar 14 19:34:47 2009
New Revision: 754508

URL: http://svn.apache.org/viewvc?rev=754508&view=rev
Log:
Set the pool to the one we just created, rather than leaving it null.

Modified:
    labs/orthrus/trunk/src/core.c

Modified: labs/orthrus/trunk/src/core.c
URL: http://svn.apache.org/viewvc/labs/orthrus/trunk/src/core.c?rev=754508&r1=754507&r2=754508&view=diff
==============================================================================
--- labs/orthrus/trunk/src/core.c (original)
+++ labs/orthrus/trunk/src/core.c Sat Mar 14 19:34:47 2009
@@ -51,6 +51,8 @@
   apr_pool_create(&p, pool);
 
   ort = apr_pcalloc(p, sizeof(orthrus_t));
+  
+  ort->pool = p;
 
   *out_ort = ort;
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org