mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
Delete a unnecessary line which was forgotten to be removed
This commit is contained in:
parent
4f5d9db3a9
commit
8ba262ccea
1 changed files with 0 additions and 1 deletions
|
|
@ -91,7 +91,6 @@ class Parser {
|
||||||
$mode = 0;
|
$mode = 0;
|
||||||
$size = 0;
|
$size = 0;
|
||||||
foreach ($output as $line) {
|
foreach ($output as $line) {
|
||||||
list($name, $value) = explode(':', $line, 2);
|
|
||||||
// A line = explode statement may not fill all array elements
|
// A line = explode statement may not fill all array elements
|
||||||
// properly. May happen when accessing non Windows Fileservers
|
// properly. May happen when accessing non Windows Fileservers
|
||||||
$words = explode(':', $line, 2);
|
$words = explode(':', $line, 2);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue