Skip to content

Commit d4c0f93

Browse files
committed
Fix small bug spotted by deprecation notice
1 parent 9c61e80 commit d4c0f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SSL/Structs/RuntimeCachingSSLTrack.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function setLengthIfUnknown()
110110
{
111111
if(isset($cached_track))
112112
{
113-
$cached_track->length = $length;
113+
$cached_track->setLength($length);
114114
}
115115
else
116116
{

0 commit comments

Comments
 (0)