Commit 455cfea7 authored by Vincent Pelletier's avatar Vincent Pelletier

Remove an XXX comment: it is safe to ignore out of order partition table...

Remove an XXX comment: it is safe to ignore out of order partition table updates, this is what ptid is for.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1049 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent cfcc8dc3
......@@ -220,7 +220,6 @@ class MasterMonitoringEventHandler(MasterBaseEventHandler):
app = self.app
if ptid < app.ptid:
# Ignore this packet.
# XXX: is it safe ?
return
app.ptid = ptid
app.pt.update(cell_list, app.nm)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment