]> git.mxchange.org Git - hub.git/commitdiff
Empty session id added to configuration, this will fix a NoConfigEntryException if...
authorRoland Häder <roland@mxchange.org>
Wed, 7 Jul 2010 09:59:04 +0000 (09:59 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 7 Jul 2010 09:59:04 +0000 (09:59 +0000)
application/hub/config.php

index 57c648ba916fc59921ce901b967932632c0afc31..2659f0ee9b927610f8eb462bc9efd3caeb9cf5dd 100644 (file)
@@ -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]
 ?>