From owner-svn-src-head@freebsd.org Thu Apr 21 04:11:41 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D54ABB14B8F; Thu, 21 Apr 2016 04:11:41 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-lb0-x22b.google.com (mail-lb0-x22b.google.com [IPv6:2a00:1450:4010:c04::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5DB101738; Thu, 21 Apr 2016 04:11:41 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-lb0-x22b.google.com with SMTP id os9so20173639lbb.2; Wed, 20 Apr 2016 21:11:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=dYhewLN0gT8alHcrXiwXTTvCU9et/7NyplvtOlN/w6Y=; b=BslnoQ0MvPy9TadVR6LcsTYhvtlfNQzrJKh/5EQ4tIiAOlR/vvMF79uRtvg5un8NVF BY7oygI1klEp70nzC4TjH/xVutzUkrC2xCUsLxzLUL05GeT4szUFZ0EjBL60F2XXyFf8 0UmyjgTyrTrUCX4zL1up8ShSMMNGDqgehZn2gmIvz4WCX4h83a0vxIbWM3o/8ul4GJHW WnoBgbjjbjWT2wNxxa8rCTIR1LPiFK4CH8iqzvvWWM7vhBVXnn12BhdOiLgnS9s6RJXP EZWNaY7QelYzOXjgQXYIa3j9XycB/C2mac5AEnNI2m/XdeRhQwGJg2n2wnoKB7WzgJnJ n2ow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=dYhewLN0gT8alHcrXiwXTTvCU9et/7NyplvtOlN/w6Y=; b=NwZRaO0dWUkJu7XUUGTCo77shWuTMU/s0IyvNgZtzjAsfDqW4aGs1FhvWr5qcoqSxg pD9Yt1eK+7YsA+vTmufrXfW7wtTFWz+wtkuk7bunzK0EFKykzQBAbzC6M9wZAVwCO3J+ eOrF/Nto+nqrCaHgJG/J1d84XPf4JqrM4rHQgEOQ/T4dEFTJ4ryeD1YQj3s/YG1nSwQf HvKjb3nLOPcVrqgHuwFp/i7hmym53S4VDtOI/b/VZWhiAYjt4DSWKXbOsVpKQsz26MNH jWuRcwAG3+BvKYmSUfn9EUVlsWUU0HndWVBCawbBxh1GVPnJHXJ/OKM4sRdhWP72rNEP 5OiA== X-Gm-Message-State: AOPr4FVkNRNdnqjF9UtBVz1BWRZ27Va6J2jVtDO2uKzhnPUCMAtE7LVkcehgFOz9oF9O96BgltEQGGNAl47+Vg== MIME-Version: 1.0 X-Received: by 10.112.52.196 with SMTP id v4mr4626781lbo.59.1461211899614; Wed, 20 Apr 2016 21:11:39 -0700 (PDT) Received: by 10.112.236.33 with HTTP; Wed, 20 Apr 2016 21:11:39 -0700 (PDT) In-Reply-To: <201604202132.u3KLWYMK096650@repo.freebsd.org> References: <201604202132.u3KLWYMK096650@repo.freebsd.org> Date: Wed, 20 Apr 2016 21:11:39 -0700 Message-ID: Subject: Re: svn commit: r298381 - head/usr.sbin/mpsutil From: Ngie Cooper To: Baptiste Daroussin Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2016 04:11:41 -0000 On Wed, Apr 20, 2016 at 2:32 PM, Baptiste Daroussin wrote: > Author: bapt > Date: Wed Apr 20 21:32:34 2016 > New Revision: 298381 > URL: https://svnweb.freebsd.org/changeset/base/298381 > > Log: ... > While here fix a test logic Which was testing `sas1 == NULL`, but I can't figure that out without looking at the diff.