|
|
| version 1.7.2.4, 2012/03/29 01:23:59 | version 1.8.2.1, 2012/04/25 12:08:53 |
|---|---|
| Line 1022 rpc_srv_execCall(rpc_func_t * __restrict call, struct | Line 1022 rpc_srv_execCall(rpc_func_t * __restrict call, struct |
| return -1; | return -1; |
| } | } |
| dl = dlopen(AIT_VOID(&call->func_file), RTLD_NOW); | dl = dlopen(AIT_ADDR(&call->func_file), RTLD_NOW); |
| if (!dl) { | if (!dl) { |
| rpc_SetErr(ENOENT, "Can`t attach module %s!", dlerror()); | rpc_SetErr(ENOENT, "Can`t attach module %s!", dlerror()); |
| return -1; | return -1; |