]> gitweb.ps.run Git - ps-cgit/commitdiff
Fix crash when projectsfile cannot be opened
authorStefan Gehn <stefan@srcbox.net>
Sat, 26 Mar 2011 08:51:39 +0000 (09:51 +0100)
committerLars Hjemli <hjemli@gmail.com>
Sat, 26 Mar 2011 10:44:16 +0000 (11:44 +0100)
This patch makes cgit properly abort in case the projectsfile cannot
be opened. Without the added return cgit continues using the projects
pointer which is NULL and thus causes a segfault.


No differences found