mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
fix listShares error handling
This commit is contained in:
parent
84fa890ea7
commit
9b1c0eff3d
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ class NativeState {
|
||||||
list(, , , , $path) = explode('/', $uri, 5);
|
list(, , , , $path) = explode('/', $uri, 5);
|
||||||
$path = '/' . $path;
|
$path = '/' . $path;
|
||||||
} else {
|
} else {
|
||||||
$path = null;
|
$path = $uri;
|
||||||
}
|
}
|
||||||
$this->handleError($path);
|
$this->handleError($path);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue