Really ignore instead of panic on bogus CPR

This commit is contained in:
Cheer Xiao 2014-04-15 11:34:03 +08:00
parent cd38cbe45e
commit 0761040225

View File

@ -352,7 +352,6 @@ MainLoop:
// Ignore bogus CPR
if or.CPR != InvalidPos {
panic("got cpr")
continue
}