osaf/services/saf/smfsv/smfd/SmfUtils.cc | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
The reader function of "longDnsAllowed" IMM attribute changed to not block in
case of unsuccessful read of the attribute.
diff --git a/osaf/services/saf/smfsv/smfd/SmfUtils.cc
b/osaf/services/saf/smfsv/smfd/SmfUtils.cc
--- a/osaf/services/saf/smfsv/smfd/SmfUtils.cc
+++ b/osaf/services/saf/smfsv/smfd/SmfUtils.cc
@@ -758,10 +758,11 @@ SmfImmUtils::read_IMM_long_DN_config_and
TRACE_LEAVE();
return true;
}
+ } else {
+ LOG_NO("Could not get long DN config [%s %s], use default DN
length", IMM_LONG_DN_CONFIG_ATTRIBUTE_NAME, IMM_CONFIG_OBJECT_DN);
}
- LOG_ER("Could not get long DN config from IMM attr %s %s",
IMM_LONG_DN_CONFIG_ATTRIBUTE_NAME, IMM_CONFIG_OBJECT_DN);
TRACE_LEAVE();
- return false;
+ return true;
}
//
------------------------------------------------------------------------------
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Opensaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-devel