Skip to content

Commit

Permalink
Merge pull request #130 from pupaxxo/patch-1
Browse files Browse the repository at this point in the history
Reset pointer to the beginning of authentication file
  • Loading branch information
icewind1991 authored Nov 5, 2024
2 parents 15479bd + a4fb6b5 commit 35b33f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Wrapped/RawConnection.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ public function writeAuthentication(?string $user, ?string $password): void {

$this->authStream = fopen('php://temp', 'w+');
fwrite($this->authStream, $auth);
rewind($this->authStream);
}

/**
Expand Down

0 comments on commit 35b33f0

Please sign in to comment.