Page MenuHomeFreeBSD

make ctladm devlist, islist and portlist return 0 if everything wasok
ClosedPublic

Authored by bapt on Jul 15 2015, 3:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 5, 8:45 AM
Unknown Object (File)
Thu, Nov 28, 8:49 PM
Unknown Object (File)
Thu, Nov 28, 8:06 PM
Unknown Object (File)
Nov 23 2024, 10:32 AM
Unknown Object (File)
Nov 20 2024, 5:04 PM
Unknown Object (File)
Nov 18 2024, 4:03 PM
Unknown Object (File)
Nov 11 2024, 7:59 PM
Unknown Object (File)
Oct 28 2024, 5:13 AM
Subscribers

Details

Summary

retval is used to test the return of XML_Parse function which is ok if 1 is
returned and retval it directly return the the main function and used as an exit
value

if all the parsing part is done reset retval to 0 so that the command return 0
if everything ok

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage

Event Timeline

bapt retitled this revision from to make ctladm devlist, islist and portlist return 0 if everything wasok.
bapt updated this object.
bapt edited the test plan for this revision. (Show Details)
bapt added reviewers: mva, trasz.

Removed erronuously added empty new line

bapt edited reviewers, added: mav; removed: mva.Jul 15 2015, 4:12 PM
trasz edited edge metadata.
This revision is now accepted and ready to land.Jul 17 2015, 6:28 PM
This revision was automatically updated to reflect the committed changes.