mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
respect timeout in native backend
This commit is contained in:
parent
a91de0d012
commit
24e0162914
3 changed files with 6 additions and 3 deletions
|
|
@ -53,7 +53,7 @@ class NativeShare extends AbstractShare {
|
|||
}
|
||||
|
||||
$this->state = new NativeState();
|
||||
$this->state->init($this->server->getAuth());
|
||||
$this->state->init($this->server->getAuth(), $this->server->getOptions());
|
||||
return $this->state;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue