diff options
Diffstat (limited to 'rpc')
| -rw-r--r-- | rpc/rpc-lib/src/rpc-transport.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/rpc-lib/src/rpc-transport.c b/rpc/rpc-lib/src/rpc-transport.c index 40c41ab7016..9497ecf78e5 100644 --- a/rpc/rpc-lib/src/rpc-transport.c +++ b/rpc/rpc-lib/src/rpc-transport.c @@ -279,7 +279,7 @@ rpc_transport_load (glusterfs_ctx_t *ctx, dict_t *options, char *trans_name)  	gf_log ("rpc-transport", GF_LOG_DEBUG,  		"attempt to load file %s", name); -	handle = dlopen (name, RTLD_NOW|RTLD_GLOBAL); +        handle = dlopen (name, RTLD_NOW);  	if (handle == NULL) {  		gf_log ("rpc-transport", GF_LOG_ERROR, "%s", dlerror ());  		gf_log ("rpc-transport", GF_LOG_WARNING,  | 
