... | ... |
@@ -133,7 +133,7 @@ int load_module(char* path) |
133 | 133 |
struct module_exports* exp; |
134 | 134 |
struct sr_module* t; |
135 | 135 |
|
136 |
- handle=dlopen(path, RTLD_NOW | RTLD_GLOBAL); /* resolve all symbols now */ |
|
136 |
+ handle=dlopen(path, RTLD_NOW); /* resolve all symbols now */ |
|
137 | 137 |
if (handle==0){ |
138 | 138 |
LOG(L_ERR, "ERROR: load_module: could not open module <%s>: %s\n", |
139 | 139 |
path, dlerror() ); |