freebsd-dev/usr.sbin/ctladm
Baptiste Daroussin dac542123b make ctdladm(8) return 0 is everything was ok.
retval is used to test the return of XML_Parse function which is ok if 1 is
returned and retval it directly returned to 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

Differential Revision:	https://reviews.freebsd.org/D3102
Reviewed by:	trasz
MFC after:	3 days
Sponsored by:	gandi.net
2015-07-17 19:10:43 +00:00
..
ctladm.8 User proper terminology - iSCSI sessions, not iSCSI connections. 2015-07-03 10:04:41 +00:00
ctladm.c make ctdladm(8) return 0 is everything was ok. 2015-07-17 19:10:43 +00:00
ctladm.h
Makefile Convert usr.sbin to LIBADD 2014-11-25 16:57:27 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
util.c More -Wmissing-variable-declarations fixes. 2012-10-19 14:49:42 +00:00