oops
This commit is contained in:
@ -255,7 +255,7 @@ struct LocalFL
|
|||||||
:pfl(pfl)
|
:pfl(pfl)
|
||||||
,ours(false)
|
,ours(false)
|
||||||
{
|
{
|
||||||
if(!pfl && (ellCount(&pchan->pre_chain)!=0 || ellCount(&pchan->pre_chain)==0)) {
|
if(!pfl && (ellCount(&pchan->pre_chain)!=0 || ellCount(&pchan->post_chain)!=0)) {
|
||||||
pfl = db_create_read_log(pchan);
|
pfl = db_create_read_log(pchan);
|
||||||
if(pfl) {
|
if(pfl) {
|
||||||
ours = true;
|
ours = true;
|
||||||
|
Reference in New Issue
Block a user