From owner-freebsd-scsi@FreeBSD.ORG Mon Aug 1 13:59:38 2011 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43F991065674; Mon, 1 Aug 2011 13:59:38 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 1B96F8FC19; Mon, 1 Aug 2011 13:59:38 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id AC40346B09; Mon, 1 Aug 2011 09:59:37 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 4C5CC8A02C; Mon, 1 Aug 2011 09:59:37 -0400 (EDT) From: John Baldwin To: Andrew Boyer Date: Fri, 29 Jul 2011 16:22:36 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110617; KDE/4.5.5; amd64; ; ) References: <8B3E8C5D-C8BF-4AB7-AA1E-54086C6DC818@averesystems.com> In-Reply-To: <8B3E8C5D-C8BF-4AB7-AA1E-54086C6DC818@averesystems.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201107291622.36379.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Mon, 01 Aug 2011 09:59:37 -0400 (EDT) Cc: freebsd-scsi@freebsd.org, bz@freebsd.org Subject: Re: Buglet in r222899 (mfiutil show drives) X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 13:59:38 -0000 On Friday, July 29, 2011 3:24:03 pm Andrew Boyer wrote: > The error variable is returned uninitialized if no error occurs. I noticed because 'mfiutil -de show drives' started returning 1 for no apparent reason when I synced up to stable/8. > > I looked through the rest of mfiutil and didn't see any more cases like this one. > > -Andrew Yeah, I have this sitting in my queue. re@ just opened up HEAD so I'll commit it. -- John Baldwin