]> gitweb.ps.run Git - ps-cgit/commitdiff
Restrict deep nesting of configfiles
authorLars Hjemli <hjemli@gmail.com>
Tue, 15 May 2007 21:28:40 +0000 (23:28 +0200)
committerLars Hjemli <hjemli@gmail.com>
Tue, 15 May 2007 21:32:25 +0000 (23:32 +0200)
There is no point in restricting the number of included config-
files, but there is a point in restricting the nestinglevel
of configfiles: to avoid recursive inclusions. This is easily
achieved by decrementing the static nesting-variable upon exit
from cgit_read_config().

Also fix some whitespace breakage.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>

No differences found