Skip to content

Commit

Permalink
vcardrestriction.c.in: start from top of list when we reach the end
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmurchison committed Apr 22, 2024
1 parent 6132033 commit 544ed7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libicalvcard/vcardrestriction.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ static int vcardrestriction_check_component(vcardproperty_version version,
valid = valid && compare;
}
}
else {
start_record = NULL;
}

/* Now check the inner components */

Expand Down

0 comments on commit 544ed7d

Please sign in to comment.