grueni
2019-08-20 ab8ce2d48502c506d0bb165ed399f632f6dabe69
commit | author | age
2cceb0 1 commit 345487a6c78c4a2fd77298710fa96e87e35fc176
AS 2 Author: Andreas Grueninger <andreas.grueninger@nomail.com>
3 Date:   Sat Oct 22 17:34:34 2016 +0200
4
5     Fix: utils : Dump eventually already existing error
6
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
a3bde9 11 @@ -1925,6 +1925,7 @@
2cceb0 12          return NULL;
AS 13      }
14  
15 +    error = dlerror();
16      a_function = dlsym(*handle, fn);
17      if (a_function == NULL) {
18          error = dlerror();