From owner-cvs-all@FreeBSD.ORG  Sat Apr 12 05:22:05 2003
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B799B37B401; Sat, 12 Apr 2003 05:22:05 -0700 (PDT)
Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au
	[210.50.76.52])	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 287D543FBD; Sat, 12 Apr 2003 05:22:05 -0700 (PDT)
	(envelope-from tim@robbins.dropbear.id.au)
Received: from dilbert.robbins.dropbear.id.au (203.134.134.181) by
	smtp02.syd.iprimus.net.au (7.0.012)
	id 3E8A160000254B56; Sat, 12 Apr 2003 22:22:03 +1000
Received: by dilbert.robbins.dropbear.id.au (Postfix, from userid 1000)
	id D94E6B4CD; Sat, 12 Apr 2003 22:21:56 +1000 (EST)
Date: Sat, 12 Apr 2003 22:21:56 +1000
From: Tim Robbins <tjr@FreeBSD.ORG>
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
Message-ID: <20030412222156.A1651@dilbert.robbins.dropbear.id.au>
References: <200304121211.h3CCBEnR095560@repoman.freebsd.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5.1i
In-Reply-To: <200304121211.h3CCBEnR095560@repoman.freebsd.org>;
	from tjr@FreeBSD.org on Sat, Apr 12, 2003 at 05:11:14AM -0700
Subject: Re: cvs commit: src/contrib/smbfs/lib/smb ctx.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>,
	<mailto:cvs-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-all>
List-Post: <mailto:cvs-all@freebsd.org>
List-Help: <mailto:cvs-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>,
	<mailto:cvs-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 12 Apr 2003 12:22:06 -0000

On Sat, Apr 12, 2003 at 05:11:14AM -0700, Tim J. Robbins wrote:

> tjr         2003/04/12 05:11:14 PDT
> 
>   FreeBSD src repository
> 
>   Modified files:
>     contrib/smbfs/lib/smb ctx.c 
>   Log:
>   Fix a typo in the -O parsing code that caused a crash when the -O option
>   is used without supplying "sowner:sgroup".
>   
>   Obtained from:  NetBSD (jdolecek)
>   PR:             37171
>   
>   Revision  Changes    Path
>   1.2       +17 -8     src/contrib/smbfs/lib/smb/ctx.c
              ^^^^^^

This file is off the vendor branch now. I'd like to see the rest of smbfs
taken off the vendor branch and moved out of contrib/ too, so that it is
easier to modify/maintain.


Tim