]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix a reference to "ctx" in mod_include's CREATE_ERROR_BUCKET macro
authorCliff Woolley <jwoolley@apache.org>
Wed, 25 Apr 2001 17:07:40 +0000 (17:07 +0000)
committerCliff Woolley <jwoolley@apache.org>
Wed, 25 Apr 2001 17:07:40 +0000 (17:07 +0000)
commit27ff4e58c03da0ac44923be62344d5f58f8b864e
treef142c579283072af51bc30ab467765b0b6a8fc83
parent19334bbf9feff6e649aff97301e6446d78f044ad
Fix a reference to "ctx" in mod_include's CREATE_ERROR_BUCKET macro
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
modules/filters/mod_include.h