aboutsummaryrefslogtreecommitdiff
path: root/bbot/machine.cxx
diff options
context:
space:
mode:
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");