summaryrefslogtreecommitdiff
path: root/examples/v1arch
diff options
context:
space:
mode:
authorelie <elie>2005-10-14 16:10:24 +0000
committerelie <elie>2005-10-14 16:10:24 +0000
commita686f5442ec91df41c1d2a5dde1a046f09814784 (patch)
tree4ed1e1b27f41e58d67a7f9403f9c69c4f4481941 /examples/v1arch
parent88da69241c9d442c05d82813ae10c22a09707857 (diff)
downloadpysnmp-git-a686f5442ec91df41c1d2a5dde1a046f09814784.tar.gz
do not trick Dispatcher into infinite looping
Diffstat (limited to 'examples/v1arch')
-rw-r--r--examples/v1arch/asyncore/agent/ntforg/send-trap-over-ipv4-and-ipv6.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/v1arch/asyncore/agent/ntforg/send-trap-over-ipv4-and-ipv6.py b/examples/v1arch/asyncore/agent/ntforg/send-trap-over-ipv4-and-ipv6.py
index ad8305cd..dbfc5677 100644
--- a/examples/v1arch/asyncore/agent/ntforg/send-trap-over-ipv4-and-ipv6.py
+++ b/examples/v1arch/asyncore/agent/ntforg/send-trap-over-ipv4-and-ipv6.py
@@ -30,6 +30,5 @@ transportDispatcher.registerTransport(
transportDispatcher.sendMessage(
encoder.encode(trapMsg), udp.domainName, ('localhost', 162)
)
-transportDispatcher.jobStarted(1)
transportDispatcher.runDispatcher()
transportDispatcher.closeDispatcher()