--- libaitrpc/src/srv.c 2012/03/29 01:34:16 1.8 +++ libaitrpc/src/srv.c 2012/04/25 12:08:53 1.8.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: srv.c,v 1.8 2012/03/29 01:34:16 misho Exp $ +* $Id: srv.c,v 1.8.2.1 2012/04/25 12:08:53 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -1022,7 +1022,7 @@ rpc_srv_execCall(rpc_func_t * __restrict call, struct return -1; } - dl = dlopen(AIT_VOID(&call->func_file), RTLD_NOW); + dl = dlopen(AIT_ADDR(&call->func_file), RTLD_NOW); if (!dl) { rpc_SetErr(ENOENT, "Can`t attach module %s!", dlerror()); return -1;