1 commit 345487a6c78c4a2fd77298710fa96e87e35fc176
2 Author: Andreas Grueninger <andreas.grueninger@nomail.com>
3 Date: Sat Oct 22 17:34:34 2016 +0200
5 Fix: utils : Dump eventually already existing error
7 diff --git a/lib/common/utils.c b/lib/common/utils.c
8 index 676e0a9..e152c13 100644
9 --- a/lib/common/utils.c
10 +++ b/lib/common/utils.c
16 a_function = dlsym(*handle, fn);
17 if (a_function == NULL) {