summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/bbackupd/BackupDaemon.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/bbackupd/BackupDaemon.cpp b/bin/bbackupd/BackupDaemon.cpp
index 3b920d37..8133aec3 100644
--- a/bin/bbackupd/BackupDaemon.cpp
+++ b/bin/bbackupd/BackupDaemon.cpp
@@ -1317,7 +1317,7 @@ void BackupDaemon::CreateVssBackupComponents()
}
// Add all volumes included as backup locations to the snapshot set
- for(std::vector<Location *>::iterator
+ for(Locations::iterator
iLocation = mLocations.begin();
iLocation != mLocations.end();
iLocation++)
@@ -1478,7 +1478,7 @@ void BackupDaemon::CreateVssBackupComponents()
}
// lookup new snapshot volume for each location that has a snapshot
- for(std::vector<Location *>::iterator
+ for(Locations::iterator
iLocation = mLocations.begin();
iLocation != mLocations.end();
iLocation++)