Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/dist/smbfs/lib/smb



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.




Home | Main Index | Thread Index | Old Index