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
F154028025: D3102.id6977.diff
Sat, Apr 25, 2:12 PM
F153996055: D3102.id6977.diff
Sat, Apr 25, 8:14 AM
F153973869: D3102.id6977.diff
Sat, Apr 25, 5:07 AM
F153959097: D3102.id6976.diff
Sat, Apr 25, 2:43 AM
Unknown Object (File)
Thu, Apr 23, 1:11 AM
Unknown Object (File)
Wed, Apr 22, 11:56 PM
Unknown Object (File)
Sun, Apr 19, 3:13 PM
Unknown Object (File)
Sun, Apr 19, 2:37 PM
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 Not Applicable
Unit
Tests Not Applicable

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.