]> git.mxchange.org Git - hub.git/commit
Added assert on node_id as this may happen with broken database file. If you
authorRoland Haeder <roland@mxchange.org>
Fri, 7 Feb 2014 19:34:25 +0000 (20:34 +0100)
committerRoland Haeder <roland@mxchange.org>
Fri, 7 Feb 2014 19:34:25 +0000 (20:34 +0100)
commit98108175fb091c9067b63410599aadeb75eb6a10
tree588caa8cd2df31d88bbbe41a67c13ad9c87ce669
parentd346144d165c76c6aa94092f572daf19890d4461
Added assert on node_id as this may happen with broken database file. If you
encounter this asserts, please delete your database files:

$ rm db/*/*.serialized

Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/database/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php
core