aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/agent.cxx')
-rw-r--r--bbot/agent.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bbot/agent.cxx b/bbot/agent.cxx
index 2df96e6..b926908 100644
--- a/bbot/agent.cxx
+++ b/bbot/agent.cxx
@@ -839,7 +839,7 @@ try
//
// @@ TODO: key fingerprint.
//
- task_request_manifest tq {hname, "", machine_header_manifests {}};
+ task_request_manifest tq {hname, nullopt, machine_header_manifests {}};
for (const bootstrapped_machine_manifest& m: ms)
tq.machines.emplace_back (m.machine.id,
@@ -977,7 +977,7 @@ try
//
// @@ TODO challange
//
- result_request_manifest rq {tr.session, "", move (r)};
+ result_request_manifest rq {tr.session, nullopt, move (r)};
{
const string& u (*tr.result_url);