osaf/tools/scripts/amf-state | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/osaf/tools/scripts/amf-state b/osaf/tools/scripts/amf-state
--- a/osaf/tools/scripts/amf-state
+++ b/osaf/tools/scripts/amf-state
@@ -629,7 +629,8 @@ verify_ancestor_dn()
states_of_children()
{
child=""
- ALL_CHILDS=`immfind -c $CLASSNAME | grep $DN`
+ TMP_DN=`echo "$DN" | sed "s,\\\\\,\\\\\\\\\\\\\,g"`
+ ALL_CHILDS=`immfind -c $CLASSNAME | grep $TMP_DN`
for child in $ALL_CHILDS; do
DN=$child
states_of_dn
------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
Opensaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-devel