--- libaitrpc/src/srv.c 2012/05/28 08:02:00 1.10.2.1 +++ libaitrpc/src/srv.c 2012/07/22 18:39:27 1.10.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: srv.c,v 1.10.2.1 2012/05/28 08:02:00 misho Exp $ +* $Id: srv.c,v 1.10.2.2 2012/07/22 18:39:27 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -689,7 +689,7 @@ rpc_srv_initServer(u_int regProgID, u_char regProcID, { int n = 1; rpc_srv_t *srv = NULL; - io_sockaddr_t sa; + io_sockaddr_t sa = IO_SOCKADDR_INIT; if (!concurentClients || !regProgID) { rpc_SetErr(EINVAL, "Invalid parameters can`t init RPC server");