summaryrefslogtreecommitdiff
path: root/pysnmp/hlapi/twisted/ntforg.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/hlapi/twisted/ntforg.py')
-rw-r--r--pysnmp/hlapi/twisted/ntforg.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/pysnmp/hlapi/twisted/ntforg.py b/pysnmp/hlapi/twisted/ntforg.py
index 0b8f6053..a33e226d 100644
--- a/pysnmp/hlapi/twisted/ntforg.py
+++ b/pysnmp/hlapi/twisted/ntforg.py
@@ -137,9 +137,8 @@ def sendNotification(snmpEngine, authData, transportTarget, contextData,
else:
deferred.callback((errorStatus, errorIndex, varBindsUnmade))
- notifyName = lcd.configure(
- snmpEngine, authData, transportTarget, notifyType
- )
+ notifyName = lcd.configure(snmpEngine, authData, transportTarget,
+ notifyType, contextData.contextName)
def __trapFun(deferred):
deferred.callback((0, 0, []))