--- libaitrpc/src/cli.c 2012/05/28 08:02:00 1.10.2.1 +++ libaitrpc/src/cli.c 2012/07/22 20:44:13 1.11 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: cli.c,v 1.10.2.1 2012/05/28 08:02:00 misho Exp $ +* $Id: cli.c,v 1.11 2012/07/22 20:44:13 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -145,7 +145,7 @@ rpc_cli_t * rpc_cli_openClient(u_int ProgID, u_char ProcID, int netBuf, const char *csHost, u_short Port) { rpc_cli_t *cli = NULL; - io_sockaddr_t sa; + io_sockaddr_t sa = IO_SOCKADDR_INIT; if (!io_gethostbyname(csHost, Port, &sa)) return NULL;