to "cntx", which is the actual name of the argument to that macro. It
accidentally worked before because all of the callers of the macro happen
to be passing in a variable named "ctx". If one of them were to ever try
to pass in a context named something else, bad things would happen.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88936
13f79535-47bb-0310-9956-
ffa450edef68
{ \
apr_size_t e_wrt; \
t_buck = apr_bucket_heap_create(cntx->error_str, \
- ctx->error_length, 1, &e_wrt); \
+ cntx->error_length, 1, &e_wrt); \
APR_BUCKET_INSERT_BEFORE(h_ptr, t_buck); \
\
if (ins_head == NULL) { \