Browse Source

test

etomic
jl777 8 years ago
parent
commit
2e6977c2ea
  1. 5
      iguana/dpow/dpow_network.c

5
iguana/dpow/dpow_network.c

@ -264,7 +264,10 @@ char *_dex_reqsend(struct supernet_info *myinfo,char *handler,uint8_t *data,int3
portable_mutex_lock(&myinfo->dexmutex); portable_mutex_lock(&myinfo->dexmutex);
ipbits = 0; ipbits = 0;
if ( strcmp(handler,"DEX") == 0 ) if ( strcmp(handler,"DEX") == 0 )
ipbits = *retptr; {
if ( retptr != 0 )
ipbits = *retptr;
}
else if ( retptr != 0 ) else if ( retptr != 0 )
{ {
retstr = clonestr((char *)retptr); retstr = clonestr((char *)retptr);

Loading…
Cancel
Save