Subject: CVS commit: src/dist/smbfs/lib/smb
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 04/07/2003 15:36:27
Module Name:	src
Committed By:	jdolecek
Date:		Mon Apr  7 12:36:26 UTC 2003

Modified Files:
	src/dist/smbfs/lib/smb: ctx.c

Log Message:
fix a fatal pasto in -O parsing code - if only the 'cowner:cgroup'
part would be specified (i.e. no '/' in the string), smb_parse_owner()
would be called with NULL 'cp' with obvious results; call it with 'p'
instead, so that the 'sowner:sgroup' is really optional as the code intended

problem pointed out by Masao Uebayashi <uebayasi at pultek dot co dot jp>
in private mail

smb_parse_owner(): put the group/user name in apostrophes in error message,
for readability


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/dist/smbfs/lib/smb/ctx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.