]> granicus.if.org Git - apache/commit
Fix segfault when reporting this type of syntax error:
authorJeff Trawick <trawick@apache.org>
Fri, 16 Jun 2000 12:00:58 +0000 (12:00 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 16 Jun 2000 12:00:58 +0000 (12:00 +0000)
commit78571030f9298cb97f4e508a606c9cc43af64b10
treed3c1e7072f7af44f2538ab5ae4a6f4c3dede897e
parent21fda11151055ca8740e087f0060f7d9a6de1daa
Fix segfault when reporting this type of syntax error:
"</container> without matching <container> section", where
container is VirtualHost or Directory or whatever.

This was a path not covered by the fix in 2.0a4 to report
the proper line numbers (sorry!).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85585 13f79535-47bb-0310-9956-ffa450edef68
server/config.c