summaryrefslogtreecommitdiff
path: root/examples/hlapi/asyncore/agent/ntforg/multiple-informs-at-once.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hlapi/asyncore/agent/ntforg/multiple-informs-at-once.py')
-rw-r--r--examples/hlapi/asyncore/agent/ntforg/multiple-informs-at-once.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hlapi/asyncore/agent/ntforg/multiple-informs-at-once.py b/examples/hlapi/asyncore/agent/ntforg/multiple-informs-at-once.py
index 095149ad..bc679d64 100644
--- a/examples/hlapi/asyncore/agent/ntforg/multiple-informs-at-once.py
+++ b/examples/hlapi/asyncore/agent/ntforg/multiple-informs-at-once.py
@@ -27,7 +27,7 @@ targets = (
ntforg.UdpTransportTarget(('localhost', 162)) )
)
-def cbFun(sendRequestHandle, errorIndication,
+def cbFun(snmpEngine, sendRequestHandle, errorIndication,
errorStatus, errorIndex, varBinds, cbctx):
if errorIndication:
print('Notification %s not sent: %s' % (sendRequestHandle, errorIndication))