Diff for /libaitrpc/src/builtin.c between versions 1.19 and 1.20.2.1

version 1.19, 2014/04/27 16:26:45 version 1.20.2.1, 2015/03/09 22:01:34
Line 12  terms: Line 12  terms:
 All of the documentation and software included in the ELWIX and AITNET  All of the documentation and software included in the ELWIX and AITNET
 Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>  Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>
   
Copyright 2004 - 2014Copyright 2004 - 2015
         by Michael Pounov <misho@elwix.org>.  All rights reserved.          by Michael Pounov <misho@elwix.org>.  All rights reserved.
   
 Redistribution and use in source and binary forms, with or without  Redistribution and use in source and binary forms, with or without
Line 161  rpcServerPing(RPC_CALL_STDARGS) Line 161  rpcServerPing(RPC_CALL_STDARGS)
 {  {
         if (ntohl((u_long) rpc->call_req.flags) == RPC_REPLY)          if (ntohl((u_long) rpc->call_req.flags) == RPC_REPLY)
                 AIT_SET_U16(ait_getVars(&RPC_RETVARS(cli), 0), random() % USHRT_MAX);                  AIT_SET_U16(ait_getVars(&RPC_RETVARS(cli), 0), random() % USHRT_MAX);
           printf("alabala\n");
         return 0;          return 0;
 }  }
   

Removed from v.1.19  
changed lines
  Added in v.1.20.2.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>