Skip to content

Commit

Permalink
Fix small bug spotted by deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-xo committed Dec 9, 2023
1 parent 9c61e80 commit d4c0f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SSL/Structs/RuntimeCachingSSLTrack.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function setLengthIfUnknown()
{
if(isset($cached_track))
{
$cached_track->length = $length;
$cached_track->setLength($length);
}
else
{
Expand Down

0 comments on commit d4c0f93

Please sign in to comment.