Commit 062626e8 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Fix one more method name.

git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@48 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 01fd0972
...@@ -460,7 +460,7 @@ class Packet(object): ...@@ -460,7 +460,7 @@ class Packet(object):
self._body = pack('!H', num_oids) self._body = pack('!H', num_oids)
return self return self
def answerNewOIDList(self, msg_id, oid_list): def answerNewOIDs(self, msg_id, oid_list):
self._id = msg_id self._id = msg_id
self._type = ANSWER_NEW_OIDS self._type = ANSWER_NEW_OIDS
body = [pack('!H', len(oid_list))] body = [pack('!H', len(oid_list))]
......
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