Fixes for Zmodem missed in bf3fce

This commit is contained in:
2024-11-27 22:19:30 +11:00
parent fc11700601
commit 0e1086c99f
4 changed files with 19 additions and 5 deletions

View File

@@ -288,6 +288,8 @@ abstract class Protocol
else {
Log::withContext(['pid'=>getmypid()]);
Log::debug(sprintf('%s:* Client session starting',self::LOGKEY));
$this->session($client,(new Address));
}