fix return values for smbclient backend

This commit is contained in:
Robin Appelman 2016-04-08 11:02:27 +02:00
commit 6e544f617c
2 changed files with 3 additions and 3 deletions

View file

@ -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);
}
/**