mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-04 01:34: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
|
|
@ -25,7 +25,7 @@ class NativeServer extends AbstractServer {
|
|||
}
|
||||
|
||||
protected function connect() {
|
||||
$this->state->init($this->getAuth());
|
||||
$this->state->init($this->getAuth(), $this->getOptions());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue