|
|
| version 1.7.2.5, 2012/04/11 15:02:16 | version 1.8, 2012/03/29 01:34:16 |
|---|---|
| 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_ADDR(&call->func_file), RTLD_NOW); | dl = dlopen(AIT_VOID(&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; |