https://issues.apache.org/bugzilla/show_bug.cgi?id=51707

--- Comment #1 from Matthew Byng-Maddick <[email protected]> 
2011-08-23 07:27:22 UTC ---
Obviously, the second half of the problems described below can be solved by the
trivial change of:
-    new->raliases = apr_array_append(p, base->raliases, add->raliases);
+    new->raliases = apr_array_append(p, add->raliases, base->raliases);

Cheers

MBM

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to