--- libaitrpc/src/builtin.c 2015/03/09 22:01:34 1.20.2.1 +++ libaitrpc/src/builtin.c 2015/03/09 22:01:55 1.20.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: builtin.c,v 1.20.2.1 2015/03/09 22:01:34 misho Exp $ +* $Id: builtin.c,v 1.20.2.2 2015/03/09 22:01:55 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -161,7 +161,6 @@ rpcServerPing(RPC_CALL_STDARGS) { if (ntohl((u_long) rpc->call_req.flags) == RPC_REPLY) AIT_SET_U16(ait_getVars(&RPC_RETVARS(cli), 0), random() % USHRT_MAX); - printf("alabala\n"); return 0; }