summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/v1arch/agent/ntforg.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/v1arch/agent/ntforg.py b/examples/v1arch/agent/ntforg.py
index ad8305c..dbfc567 100644
--- a/examples/v1arch/agent/ntforg.py
+++ b/examples/v1arch/agent/ntforg.py
@@ -30,6 +30,5 @@ transportDispatcher.registerTransport(
transportDispatcher.sendMessage(
encoder.encode(trapMsg), udp.domainName, ('localhost', 162)
)
-transportDispatcher.jobStarted(1)
transportDispatcher.runDispatcher()
transportDispatcher.closeDispatcher()