1From bc32342fa63b8359f985fe1e187e811455c96a50 Mon Sep 17 00:00:00 2001
2From: Qian Lei <qianl.fnst@cn.fujitsu.com>
3Date: Tue, 25 Aug 2015 13:19:51 +0800
4Subject: [PATCH] Port from Fedora20
5
6Upstream-Status: Pending
7Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
8
9---
10 swig/python/cmpi_pywbem_bindings.py | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13diff --git a/swig/python/cmpi_pywbem_bindings.py b/swig/python/cmpi_pywbem_bindings.py
14index d643990..7f0cc77 100644
15--- a/swig/python/cmpi_pywbem_bindings.py
16+++ b/swig/python/cmpi_pywbem_bindings.py
17@@ -361,10 +361,10 @@ class BrokerCIMOMHandle(object):
18             allow_null_ns = False
19         else:
20             allow_null_ns = True
21-            if self.broker.name() == 'RequestHandler':
22+#            if self.broker.name() == 'RequestHandler':
23                 # Check sblim bug #2185410.
24-                if instance.path is not None:
25-                    instance.path.namespace = None
26+#                if instance.path is not None:
27+#                    instance.path.namespace = None
28         inst = self.proxy.pywbem2cmpi_inst(instance, allow_null_ns)
29         rv = self.broker.deliverIndication(self.ctx, ns, inst)
30         return rv
31