
committed by
Love Hornquist Astrand

parent
9427bcc22e
commit
0b4f6bbfc2
@@ -276,7 +276,11 @@ _gss_load_mech(void)
|
|||||||
#define RTLD_LOCAL 0
|
#define RTLD_LOCAL 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
so = dlopen(lib, RTLD_LAZY | RTLD_LOCAL);
|
#ifndef RTLD_GROUP
|
||||||
|
#define RTLD_GROUP 0
|
||||||
|
#endif
|
||||||
|
|
||||||
|
so = dlopen(lib, RTLD_LAZY | RTLD_LOCAL | RTLD_GROUP);
|
||||||
if (!so) {
|
if (!so) {
|
||||||
/* fprintf(stderr, "dlopen: %s\n", dlerror()); */
|
/* fprintf(stderr, "dlopen: %s\n", dlerror()); */
|
||||||
free(mech_oid.elements);
|
free(mech_oid.elements);
|
||||||
|
Reference in New Issue
Block a user