]> git.tue.mpg.de Git - paraslash.git/commit
write_common: Remove check which is never true.
authorAndre Noll <maan@systemlinux.org>
Thu, 4 Nov 2010 08:12:57 +0000 (09:12 +0100)
committerAndre Noll <maan@systemlinux.org>
Tue, 23 Nov 2010 16:33:46 +0000 (17:33 +0100)
commit12123ab5a95a0f31385e9615d36056cb6546aced
treeb1c1534691362c17456b4c085fcfef27f809d963
parentbb991c66000ea867d0fcbd692ffdc5473eb785fb
write_common: Remove check which is never true.

All writers have a config parser. This check was bogus anyway: If there was a writer
without config parser and we call it without arguments (i.e. "c" is NULL), this would lead
to a NULL pointer dereference.
write_common.c