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