--- libaitrpc/src/srv.c 2012/03/29 01:23:59 1.7.2.4 +++ libaitrpc/src/srv.c 2012/04/11 15:02:16 1.7.2.5 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: srv.c,v 1.7.2.4 2012/03/29 01:23:59 misho Exp $ +* $Id: srv.c,v 1.7.2.5 2012/04/11 15:02:16 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;