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