summaryrefslogtreecommitdiff
path: root/event_rpcgen.py
diff options
context:
space:
mode:
Diffstat (limited to 'event_rpcgen.py')
-rwxr-xr-xevent_rpcgen.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/event_rpcgen.py b/event_rpcgen.py
index 6b8478f0..1d8bfe32 100755
--- a/event_rpcgen.py
+++ b/event_rpcgen.py
@@ -1186,6 +1186,8 @@ class EntryVarBytes(Entry):
class EntryArray(Entry):
+ _index = None
+
def __init__(self, entry):
# Init base class
super(EntryArray, self).__init__(entry._type, entry._name, entry._tag)