mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
fix return values for smbclient backend
This commit is contained in:
parent
764f3fc793
commit
6e544f617c
2 changed files with 3 additions and 3 deletions
|
|
@ -370,7 +370,7 @@ class Share extends AbstractShare {
|
|||
* @return bool
|
||||
*/
|
||||
protected function parseOutput($lines, $path = '') {
|
||||
$this->parser->checkForError($lines, $path);
|
||||
return $this->parser->checkForError($lines, $path);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue