Index: libs/libmyth/mythcontext.cpp
===================================================================
--- libs/libmyth/mythcontext.cpp	(revision 14768)
+++ libs/libmyth/mythcontext.cpp	(working copy)
@@ -1110,5 +1110,7 @@
         d->settingsCache.clear();
     }
     d->settingsCacheLock.unlock();
+    GetSetting("MasterServerIP", "localhost");
+    GetNumSetting("MasterServerPort", 6543);
 }
 
