json-glib: update to 1.10.6
[oi-userland.git] / components / cluster / pacemaker / patches / 008-utils_c.patch
blob5fca3e2074c82eab4fc4837552ce9afcd169c019
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
11 @@ -1925,6 +1925,7 @@
12 return NULL;
15 + error = dlerror();
16 a_function = dlsym(*handle, fn);
17 if (a_function == NULL) {
18 error = dlerror();