jl777 8 years ago
parent
commit
156e623b0a
  1. 1
      iguana/iguana_rpc.c

1
iguana/iguana_rpc.c

@ -1137,6 +1137,7 @@ void iguana_rpcloop(void *args)
} }
memcpy(&ipbits,&cli_addr.sin_addr.s_addr,sizeof(ipbits)); memcpy(&ipbits,&cli_addr.sin_addr.s_addr,sizeof(ipbits));
expand_ipbits(remoteaddr,ipbits); expand_ipbits(remoteaddr,ipbits);
printf("RPC.(%s) %x\n",remoteaddr,ipbits);
if ( strncmp(remoteaddr,"127.0.0.",strlen("127.0.0.")) == 0 ) if ( strncmp(remoteaddr,"127.0.0.",strlen("127.0.0.")) == 0 )
strcpy(remoteaddr,"127.0.0.1"); strcpy(remoteaddr,"127.0.0.1");
memset(jsonbuf,0,IGUANA_MAXPACKETSIZE); memset(jsonbuf,0,IGUANA_MAXPACKETSIZE);

Loading…
Cancel
Save