Commit 1f97271a authored by Vincent Pelletier's avatar Vincent Pelletier

Don't give an answer (0x8000 & above) packet type number to a notification packet.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1213 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 4d2c0e8d
......@@ -287,7 +287,7 @@ packet_types = Enum({
'SET_CLUSTER_STATE': 0x0026,
# Notify information about the cluster
'NOTIFY_CLUSTER_INFORMATION': 0x8027,
'NOTIFY_CLUSTER_INFORMATION': 0x0027,
# Ask state of the cluster
'ASK_CLUSTER_STATE': 0x0028,
......
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