]> git.mxchange.org Git - hub.git/commitdiff
Fixed exception.
authorRoland Haeder <roland@mxchange.org>
Fri, 14 Mar 2014 23:46:03 +0000 (00:46 +0100)
committerRoland Haeder <roland@mxchange.org>
Fri, 14 Mar 2014 23:46:03 +0000 (00:46 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/template/dht/class_XmlDhtBootstrapTemplateEngine.php
application/hub/templates/xml/dht_bootstrap/dht_bootstrap.xml

index efb5f8878c0e10fcf127a43a51e60114be5434a4..aff63d8a28eb161d4ed9b546ba485d883371e82b 100644 (file)
@@ -118,7 +118,7 @@ class XmlDhtBootstrapTemplateEngine extends BaseXmlTemplateEngine implements Com
         */
        protected function startBootstrap () {
                // Push the node name on the stacker
-               $this->getStackerInstance()->pushNamed('dht_bootstrap', 'bootstrap');
+               $this->getStackerInstance()->pushNamed('dht_bootstrap', 'dht-bootstrap');
        }
 
        /**
index e21be501e4f3eb0350827255796e00b06165f2c8..e3ca8e6b90b807dccb24e5db8170c0d84f3799b7 100644 (file)
@@ -21,7 +21,7 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 //-->
-<bootstrap>
+<dht-bootstrap>
        <!--
        The data in this message is similar to that in announcement, except that an
        announcement is sent to boot, master and list nodes but this to "all" nodes
@@ -50,4 +50,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                        <listen-port>{?node_listen_port?}</listen-port>
                </listener>
        </dht-bootstrap-data>
-</bootstrap>
+</dht-bootstrap>