mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Fixed dls backwards compatability issue in host config file
This commit is contained in:
parent
19182803e6
commit
79ee980506
@ -1,3 +1,8 @@
|
|||||||
|
--------------------------- Version 2.XX --------------------------------
|
||||||
|
11/7/08: Bug Fix: Changed case management code to not error when 'dls ...'
|
||||||
|
line was encountered.
|
||||||
|
|
||||||
|
--------------------------- Version 2.20 --------------------------------
|
||||||
7/1/08: Update: Updated FAT sizes based on new "special" files.
|
7/1/08: Update: Updated FAT sizes based on new "special" files.
|
||||||
|
|
||||||
7/9/08: Update: Updated NTFS processing for orphan files / removed
|
7/9/08: Update: Updated NTFS processing for orphan files / removed
|
||||||
|
@ -1242,7 +1242,8 @@ sub read_host_config {
|
|||||||
|
|
||||||
# blkls entry
|
# blkls entry
|
||||||
# blkls themname myname
|
# blkls themname myname
|
||||||
elsif (/^blkls\s+($::REG_VNAME)\s+($::REG_VNAME)\s+($::REG_IMG)$/o) {
|
elsif ((/^blkls\s+($::REG_VNAME)\s+($::REG_VNAME)\s+($::REG_IMG)$/o) ||
|
||||||
|
(/^dls\s+($::REG_VNAME)\s+($::REG_VNAME)\s+($::REG_IMG)$/o)) {
|
||||||
my $i = $3;
|
my $i = $3;
|
||||||
my $par = $2;
|
my $par = $2;
|
||||||
my $me = $1;
|
my $me = $1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user