|
@ -711,7 +711,7 @@ int32_t LP_rswap_init(struct LP_swap_remember *rswap,uint32_t requestid,uint32_t |
|
|
free_json(item); |
|
|
free_json(item); |
|
|
} else printf("couldnt parse.(%s)\n",fstr); |
|
|
} else printf("couldnt parse.(%s)\n",fstr); |
|
|
free(fstr); |
|
|
free(fstr); |
|
|
} else printf("cant open.(%s)\n",fname); |
|
|
} // else printf("cant open.(%s)\n",fname);
|
|
|
sprintf(fname,"%s/SWAPS/%u-%u.finished",GLOBAL_DBDIR,requestid,quoteid), OS_compatible_path(fname); |
|
|
sprintf(fname,"%s/SWAPS/%u-%u.finished",GLOBAL_DBDIR,requestid,quoteid), OS_compatible_path(fname); |
|
|
if ( (fstr= OS_filestr(&fsize,fname)) != 0 ) |
|
|
if ( (fstr= OS_filestr(&fsize,fname)) != 0 ) |
|
|
{ |
|
|
{ |
|
|