agent: Improve error handling.
* agent/trustlist.c (istrusted_internal): Initialize 'err'.
There is a plausible path of execution so that a branch condition uses
the uninitialized value.
Found using the Clang Static Analyzer.
- Signed-off-by: Justus Winter <justus@g10code.com>