Ditch a pointless NULL-pointer check in load_trustfile().
authorFabian Keil <fk@fabiankeil.de>
Fri, 31 Dec 2010 14:53:09 +0000 (14:53 +0000)
committerFabian Keil <fk@fabiankeil.de>
Fri, 31 Dec 2010 14:53:09 +0000 (14:53 +0000)
commit237184d568562cd192bbc08b1fe1db21f8317867
tree139b2b45b6bbabc884256e660f6ff5f7e5e7140a
parent61fd59aaaca048f0d2979bd7f6a804cae1a15e3d
Ditch a pointless NULL-pointer check in load_trustfile().

csp already got dereferenced earlier and can't be NULL.
Spotted by cppcheck.
loaders.c