]> git.sur5r.net Git - bacula/rescue/commit
A bug was introduced in with commit 5727. Restoretree and restore were
authorDirk H Bartley <dbartley@schupan.com>
Sat, 31 May 2008 21:21:28 +0000 (21:21 +0000)
committerDirk H Bartley <dbartley@schupan.com>
Sat, 31 May 2008 21:21:28 +0000 (21:21 +0000)
commit14cf27b699913ff57c0dc04da2e9dd68cad5c706
treed3ef711f786c27779938a895cd80255699082d69
parentc03356e80e1ddfcf0bb6b6dcb1a35ee2bb5261ef
A bug was introduced in with commit 5727.  Restoretree and restore were
after that commit using a subroutine in pages to determine if a path was
a win32 path.  The restore class was sending "/c:/" and restoretree was
sending "c:/".  The subroutine was working for "c:/"  This should fix it
and should also resolve the performance issue.  I'm a little concerned
because I love regexes that maybe a regex would be better, but I'll try
this for a bit to see if all works correctly.