summaryrefslogtreecommitdiff
path: root/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/NetworkServices/NetLib/VBoxNetBaseService.cpp')
-rw-r--r--src/VBox/NetworkServices/NetLib/VBoxNetBaseService.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.cpp b/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.cpp
index 40d0d30c6..5fda8ecce 100644
--- a/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.cpp
+++ b/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.cpp
@@ -1,4 +1,4 @@
-/* $Id: VBoxNetBaseService.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */
+/* $Id: VBoxNetBaseService.cpp 29141 2010-05-06 12:02:13Z vboxsync $ */
/** @file
* VBoxNetDHCP - DHCP Service for connecting to IntNet.
*/
@@ -265,7 +265,7 @@ int VBoxNetBaseService::tryGoOnline(void)
GetBufferPtrsReq.pSession = m_pSession;
GetBufferPtrsReq.hIf = m_hIf;
GetBufferPtrsReq.pRing3Buf = NULL;
- GetBufferPtrsReq.pRing0Buf = NULL;
+ GetBufferPtrsReq.pRing0Buf = NIL_RTR0PTR;
rc = SUPR3CallVMMR0Ex(NIL_RTR0PTR, NIL_VMCPUID, VMMR0_DO_INTNET_IF_GET_BUFFER_PTRS, 0, &GetBufferPtrsReq.Hdr);
if (RT_FAILURE(rc))
{