Develop:

commit d949eb3712d71becfc422011a1e72e32c85222f5
Author: Nguyen Luu <nguyen.tk....@dektech.com.au>
Date:   Fri Aug 18 11:17:10 2017 +1000

    amfa: Fix saAmfComponentErrorClear_4 to return ERR_NOT_EXIST for non-exist 
comp [#2540]
    
    When called with a non-existing component name, saAmfComponentErrorClear_4
    should return SA_AIS_ERR_NOT_EXIST instead of SA_AIS_ERR_BAD_OPERATION
    as previously done.

Release:

commit 094ed577ce52f110292b52dbeb6634a97a8f9f32
Author: Nguyen Luu <nguyen.tk....@dektech.com.au>
Date:   Fri Aug 18 11:17:10 2017 +1000

    amfa: Fix saAmfComponentErrorClear_4 to return ERR_NOT_EXIST for non-exist 
comp [#2540]
    
    When called with a non-existing component name, saAmfComponentErrorClear_4
    should return SA_AIS_ERR_NOT_EXIST instead of SA_AIS_ERR_BAD_OPERATION
    as previously done.

Documentation:

changeset:   218:177825cf4565
tag:         tip
user:        Nguyen Luu <nguyen.tk....@dektech.com.au>
date:        Fri Aug 18 11:31:40 2017 +1000
summary:     amf: update PR doc compliance report for 
saAmfComponentErrorClear_4() [#2540]




---

** [tickets:#2540] amfa: Incorrect return code from 
saAmfComponentErrorClear_4() for non-exisiting component**

**Status:** review
**Milestone:** 5.17.07
**Created:** Wed Aug 02, 2017 05:30 AM UTC by Nguyen TK Luu
**Last Updated:** Fri Aug 11, 2017 08:20 AM UTC
**Owner:** Nguyen TK Luu


When saAmfComponentErrorClear_4() is called with a non-existing component name, 
it returns SA_AIS_ERR_BAD_OPERATION instead SA_AIS_ERR_NOT_EXIST, which is not 
correct according to AMF-B.04.01 spec.

Reproduce:
1. Call saAmfInitialize_4().
2. Call saAmfComponentErrorClear_4() with a non-existing component name.
3. Call saAmfFinalize to finalize the handle obtained in 1st step.



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to