From 97bdbee73ecf1814a344d88580339ae13351e8dc Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Fri, 13 Jan 2012 15:56:40 +0000 Subject: [PATCH] - VBOX: It helps to remove the older send msg routines. Oooops. samples/vboxwrapper vboxwrapper.cpp svn path=/trunk/boinc/; revision=25042 --- checkin_notes | 6 ++++++ samples/vboxwrapper/vboxwrapper.cpp | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/checkin_notes b/checkin_notes index 9a4a66fd31..1d0702ec0e 100644 --- a/checkin_notes +++ b/checkin_notes @@ -458,3 +458,9 @@ Rom 13 Jan 2012 boinc_api.cpp, .h samples/vboxwrapper vboxwrapper.cpp + +Rom 13 Jan 2012 + - VBOX: It helps to remove the older send msg routines. Oooops. + + samples/vboxwrapper + vboxwrapper.cpp diff --git a/samples/vboxwrapper/vboxwrapper.cpp b/samples/vboxwrapper/vboxwrapper.cpp index 7dd990225a..136cc3bcf2 100644 --- a/samples/vboxwrapper/vboxwrapper.cpp +++ b/samples/vboxwrapper/vboxwrapper.cpp @@ -234,8 +234,6 @@ void set_port_forwarding_info(APP_INIT_DATA& /* aid */, VBOX_VM& vm) { ); fclose(f); - sprintf(buf, "http://localhost:%d", vm.pf_host_port); - boinc_web_graphics_url(buf); } } @@ -259,8 +257,6 @@ void set_remote_desktop_info(APP_INIT_DATA& /* aid */, VBOX_VM& vm) { ); fclose(f); - sprintf(buf, "localhost:%d", vm.rd_host_port); - boinc_remote_desktop_connection(buf); } }