Don't leak FD's while serving static files if they're not there
authorWilfried Goesgens <dothebart@citadel.org>
Fri, 26 Nov 2010 13:44:31 +0000 (14:44 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Sat, 27 Nov 2010 12:58:52 +0000 (13:58 +0100)
commit07faae7c25ea8ed9c1ff3f5dd77eb7213a272ad0
tree1d92a624faf48270ed8ea11b47e8f0def61ef537
parentbab826bb3fa8649d196208fffb4af8fba1a57544
Don't leak FD's while serving static files if they're not there

Ok, this case is rather theoretic, but if for some reason files disappear
after webcits start initialising, we might hit this point.
webcit/static.c