summaryrefslogtreecommitdiff
path: root/pysnmp/entity/rfc3413/ntforg.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/entity/rfc3413/ntforg.py')
-rw-r--r--pysnmp/entity/rfc3413/ntforg.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pysnmp/entity/rfc3413/ntforg.py b/pysnmp/entity/rfc3413/ntforg.py
index ca8123d6..1a6a8aea 100644
--- a/pysnmp/entity/rfc3413/ntforg.py
+++ b/pysnmp/entity/rfc3413/ntforg.py
@@ -57,7 +57,7 @@ class NotificationOriginator:
statusInformation['errorIndication'],
cbCtx)
return
-
+
# 3.3.6a
sendPduHandle = snmpEngine.msgAndPduDsp.sendPdu(
snmpEngine,
@@ -71,7 +71,7 @@ class NotificationOriginator:
origContextName,
origPduVersion,
origPdu,
- (self.processResponsePdu, origTimeout/100 + time.time(),
+ (self.processResponsePdu, float(origTimeout)/100 + time.time(),
(cbFun, cbCtx))
)
@@ -226,7 +226,7 @@ class NotificationOriginator:
contextName,
pduVersion,
pdu,
- (self.processResponsePdu, timeout/100 + time.time(),
+ (self.processResponsePdu, float(timeout)/100 + time.time(),
(cbFun, cbCtx))
)