mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
Merge pull request #130 from pupaxxo/patch-1
Reset pointer to the beginning of authentication file
This commit is contained in:
commit
35b33f0a72
1 changed files with 1 additions and 0 deletions
|
|
@ -213,6 +213,7 @@ class RawConnection {
|
|||
|
||||
$this->authStream = fopen('php://temp', 'w+');
|
||||
fwrite($this->authStream, $auth);
|
||||
rewind($this->authStream);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue