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
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