aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2002-08-05 11:54:22 +0000
committerFritz Elfert <felfert@to.com>2002-08-05 11:54:22 +0000
commitb36eea40937ba4a8c03f98a60ebce12aa3bb1feb (patch)
treee6c49e929bb062d2682178497114223587e894b8
parent37675c15370dc8b52c71856c291b2fc13ce937ac (diff)
downloadplptools-b36eea40937ba4a8c03f98a60ebce12aa3bb1feb.tar.gz
plptools-b36eea40937ba4a8c03f98a60ebce12aa3bb1feb.tar.bz2
plptools-b36eea40937ba4a8c03f98a60ebce12aa3bb1feb.zip
- Bugfix for Bug #584993 - plpbackup did not backup anything.
-rw-r--r--plpbackup/plpbackup.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plpbackup/plpbackup.cc b/plpbackup/plpbackup.cc
index 676eac7..10b32bd 100644
--- a/plpbackup/plpbackup.cc
+++ b/plpbackup/plpbackup.cc
@@ -1112,7 +1112,7 @@ runRestore()
static void
runBackup()
{
- vector<char*>backupDrives;
+ vector<string>backupDrives;
Enum<rfsv::errs> res;
string dstPath;
string archPath;