Re: svn commit: r239074 - head/usr.sbin/ctladm

2012-08-05 Thread Steve Kargl
On Sun, Aug 05, 2012 at 05:23:47PM +, Dimitry Andric wrote: > Author: dim > Date: Sun Aug 5 17:23:47 2012 > New Revision: 239074 > URL: http://svn.freebsd.org/changeset/base/239074 > > Log: > In usr.sbin/ctladm/ctladm.c, function cctl_error_inject(), initialize > the 'retval' variable to

svn commit: r239074 - head/usr.sbin/ctladm

2012-08-05 Thread Dimitry Andric
Author: dim Date: Sun Aug 5 17:23:47 2012 New Revision: 239074 URL: http://svn.freebsd.org/changeset/base/239074 Log: In usr.sbin/ctladm/ctladm.c, function cctl_error_inject(), initialize the 'retval' variable to zero, to avoid returning garbage in several cases. This fixes the followi