# HG changeset patch
# User Kaitlin Rupert <karupert(a)us.ibm.com>
# Date 1216074765 25200
# Node ID b27fbfbc713cae6807aa9ecc97ae6de34cc5d5d2
# Parent be269371a819744e742c24a55d011610cf6d3485
[CU] Remove statement to set the port equal to 8000.
The port is set prior to the BaseHTTPServer.HTTPServer() call.
Signed-off-by: Kaitlin Rupert <karupert(a)us.ibm.com>
diff -r be269371a819 -r b27fbfbc713c tools/indication_tester.py
--- a/tools/indication_tester.py Tue Jul 08 12:12:18 2008 -0700
+++ b/tools/indication_tester.py Mon Jul 14 15:32:45 2008 -0700
@@ -308,7 +308,6 @@ class CIMIndicationSubscription:
self.server = BaseHTTPServer.HTTPServer(('', self.port),
CIMSocketHandler)
self.server.print_ind = print_ind
- self.port = 8000
self.server.indications = []
self.filter_xml = filter_xml(name, typ, ns, sysname)
Show replies by date