--- libaitrpc/src/srv.c 2012/07/22 18:39:27 1.10.2.2 +++ libaitrpc/src/srv.c 2012/07/22 19:28:44 1.10.2.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: srv.c,v 1.10.2.2 2012/07/22 18:39:27 misho Exp $ +* $Id: srv.c,v 1.10.2.3 2012/07/22 19:28:44 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -421,7 +421,7 @@ rxBLOB(sched_task_t *task) } break; case unset: - if (rpc_srv_unregisterBLOB(s, blob.hdr_var) == -1) { + if (rpc_srv_unregisterBLOB(s, ntohl(blob.hdr_var)) == -1) { blob.hdr_cmd = error; blob.hdr_ret = RPC_ERROR(-1); }