Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Sep 14, 2023
1 parent 0af5e97 commit 4cb3d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdbApp/pvif.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ struct LocalFL
:pfl(pfl)
,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);
if(pfl) {
ours = true;
Expand Down

0 comments on commit 4cb3d4d

Please sign in to comment.