--- libaitrpc/src/srv.c 2011/08/19 14:39:23 1.3.2.11 +++ libaitrpc/src/srv.c 2011/08/19 14:41:23 1.3.2.12 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: srv.c,v 1.3.2.11 2011/08/19 14:39:23 misho Exp $ +* $Id: srv.c,v 1.3.2.12 2011/08/19 14:41:23 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -484,7 +484,7 @@ rpc_srv_initBLOBServer(rpc_srv_t * __restrict srv, u_s rpc_srv_registerCall(srv, NULL, CALL_BLOBSTATE, 1); pthread_mutex_unlock(&srv->srv_mtx); - srv->srv_blob.state = enable; // enable BLOB + srv->srv_blob.state = enable; /* enable BLOB */ return 0; }