Skip to content

Commit

Permalink
merged etingof#160 from etingof/snmspim
Browse files Browse the repository at this point in the history
  • Loading branch information
Lostboi committed Dec 28, 2020
1 parent 2ef31d6 commit 26339b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variation/notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def init(**context):
)


def _cbFun(sendRequestHandle, errorIndication, errorStatus,
def _cbFun(snmpEngine, sendRequestHandle, errorIndication, errorStatus,
errorIndex, varBinds, cbCtx):
oid, value = cbCtx

Expand Down

0 comments on commit 26339b7

Please sign in to comment.