--- libaitrpc/src/cli.c 2012/05/16 14:08:52 1.9.2.5 +++ libaitrpc/src/cli.c 2012/05/16 14:46:29 1.9.2.6 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: cli.c,v 1.9.2.5 2012/05/16 14:08:52 misho Exp $ +* $Id: cli.c,v 1.9.2.6 2012/05/16 14:46:29 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -87,6 +87,8 @@ rpc_cli_openBLOBClient(rpc_cli_t * __restrict rpccli, rpc_SetErr(EINVAL, "Invalid socket type %d", cli->cli_sa.sa.sa_family); return NULL; } + + AIT_COPY_VAL(&cli->cli_buf, &rpccli->cli_buf); /* connect to BLOB server */ cli->cli_sock = socket(cli->cli_sa.sa.sa_family, SOCK_STREAM, 0);