This commit is contained in:
John BOTELLA 2024-03-18 15:22:00 +01:00
parent aa56a170c7
commit 715ce8b745

View File

@ -715,8 +715,7 @@ class tcpdi_parser {
$next = strcspn($data, "\r\n", $offset);
if ($next > 0) {
$offset += $next;
list($obj, $unused) = $this->getRawObject($offset, $data);
return $obj;
return $this->getRawObject($offset, $data);
}
break;
}