aboutsummaryrefslogtreecommitdiff
path: root/bbot/machine.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-18 13:29:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-18 13:29:50 +0200
commit0e2f76b6f0ecb4b4c00a4c8001843b3c54bc08ad (patch)
tree3f0735a7b7e0be27823b23e24806fe9650548dc6 /bbot/machine.cxx
parent1804e3e8cf3b8f1bb14e197dada1697c40bed144 (diff)
Finish agent and worker logic
Diffstat (limited to 'bbot/machine.cxx')
-rw-r--r--bbot/machine.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/machine.cxx b/bbot/machine.cxx
index 460e802..0fc38ee 100644
--- a/bbot/machine.cxx
+++ b/bbot/machine.cxx
@@ -149,7 +149,7 @@ namespace bbot
br (br),
tap (create_tap (br, port)),
port (port),
- vnc ("127.0.0.1:" + to_string (5900 + stoul (tc_num))),
+ vnc ("127.0.0.1:" + to_string (5900 + tc_num)),
monitor ("/tmp/" + tc_name + "-monitor")
{
tracer trace ("kvm_machine");