From c7b320eb55324296d663b8808f689fb04889f394 Mon Sep 17 00:00:00 2001 From: James Turner Date: Fri, 30 Oct 2020 19:23:00 +0000 Subject: [PATCH] Fix Airports/ initial sync --- simgear/scene/tsync/terrasync.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/scene/tsync/terrasync.cxx b/simgear/scene/tsync/terrasync.cxx index a0564b19..d208456a 100644 --- a/simgear/scene/tsync/terrasync.cxx +++ b/simgear/scene/tsync/terrasync.cxx @@ -642,7 +642,7 @@ void SGTerraSync::WorkerThread::beginSyncAirports(SyncSlot& slot) // the Airports_archive.tar.gz file so we use our TerraSync local root // as the path (since the archive will add Airports/) slot.repository.reset(new HTTPRepository(_local_dir, &_http)); - slot.repository->setBaseUrl(_httpServer + "/"); + slot.repository->setBaseUrl(_httpServer); // filter callback to *only* sync the Airport_archive tarball, // and ensure no other contents are touched