From ab12c86e72eeba857acb919d7b3707b2c1872055 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 21 Sep 2016 19:53:25 -0300 Subject: [PATCH] test --- basilisk/basilisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basilisk/basilisk.c b/basilisk/basilisk.c index 8590a113d..6febf4eb7 100755 --- a/basilisk/basilisk.c +++ b/basilisk/basilisk.c @@ -801,7 +801,7 @@ void basilisk_p2p(void *_myinfo,void *_addr,char *senderip,uint8_t *data,int32_t // printf("%02x",data[len+i]); if ( 0 && myinfo->IAMLP == 0 ) printf("RELAYID.%d ->received.%d basilisk_p2p.(%s) from %s tag.%u\n",myinfo->NOTARY.RELAYID,datalen,type,senderip!=0?senderip:"?",basilisktag); - if ( strcmp(type,"MSG") != 0 && strcmp(type,"OUT") != 0 ) + if ( strcmp(type,"MSG") != 0 )//&& strcmp(type,"OUT") != 0 ) { portable_mutex_lock(&myinfo->messagemutex); basilisk_msgprocess(myinfo,_addr,ipbits,type,basilisktag,&data[len],datalen - len);