mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-04 01:34:07 +02:00
handle new share list output
This commit is contained in:
parent
5a8d9edf74
commit
89f47cfdf2
4 changed files with 27 additions and 6 deletions
|
|
@ -49,6 +49,9 @@ class RawConnection {
|
|||
$this->env = $env;
|
||||
}
|
||||
|
||||
/**
|
||||
* @throws ConnectException
|
||||
*/
|
||||
public function connect() {
|
||||
if (is_null($this->getAuthStream())) {
|
||||
throw new ConnectException('Authentication not set before connecting');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue