Browse Source

fix bug with alt_host

David Rose 16 years ago
parent
commit
90bc292c07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/plugin/p3dHost.cxx

+ 1 - 1
direct/src/plugin/p3dHost.cxx

@@ -171,7 +171,7 @@ read_contents_file(const string &contents_filename) {
         const char *url = xalthost->Attribute("url");
         if (url != NULL && _host_url == string(url)) {
           // Yep, we're this alternate host.
-          read_xhost(xhost);
+          read_xhost(xalthost);
           break;
         }
         xalthost = xalthost->NextSiblingElement("alt_host");