From: Roland Häder Date: Wed, 7 Jul 2010 09:59:04 +0000 (+0000) Subject: Empty session id added to configuration, this will fix a NoConfigEntryException if... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4d4e90f7ccdd19441528ce8c85d0eec9ef7d5282;p=hub.git Empty session id added to configuration, this will fix a NoConfigEntryException if there is no node data available --- diff --git a/application/hub/config.php b/application/hub/config.php index 57c648ba9..2659f0ee9 100644 --- a/application/hub/config.php +++ b/application/hub/config.php @@ -441,5 +441,8 @@ $cfg->setConfigEntry('peer_state_lookup_table_class', 'PeerStateLookupTable'); // CFG: PEER-STATE-CHECKED-PACKAGE-CLASS $cfg->setConfigEntry('peer_state_checked_package_class', 'NewConnectionPeerState'); +// CFG: SESSION-ID +$cfg->setConfigEntry('session_id', ''); + // [EOF] ?>