mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Handle shares like 193.9.101.0/24
This commit is contained in:
@@ -37,7 +37,7 @@ while(<DFS>) {
|
||||
$lnum++;
|
||||
}
|
||||
$share->{'eline'} = $lnum;
|
||||
if ($line =~ /(\/\S+)/) {
|
||||
if ($line =~ /\s(\/\S+)/) {
|
||||
$share->{'dir'} = $1;
|
||||
}
|
||||
if ($line =~ /-d\s+"([^"]+)"/) { $share->{'desc'} = $1; }
|
||||
|
||||
Reference in New Issue
Block a user