Index: /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp	(revision 54107)
+++ /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp	(revision 54108)
@@ -4316,4 +4316,5 @@
     AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
 
+#if 0 /* XXX: We don't yet pass this down to pfnNotifyDnsChanged */
     ComPtr<IVirtualBox> pVirtualBox;
     hrc = mMachine->COMGETTER(Parent)(pVirtualBox.asOutParam());
@@ -4343,5 +4344,5 @@
     pHost->COMGETTER(DomainName)(domain.asOutParam());
     Log(("domain name = \"%s\"\n", com::Utf8Str(domain).c_str()));
-
+#endif /* 0 */
 
     ChipsetType_T enmChipsetType;
