[Samba] Typo fix for samba 2.2.3a source/smbd/trans2.c
Ian Nicholls
ian.nicholls at CENTRAL.smkts.colesmyer.com.au
Tue Feb 19 15:37:05 GMT 2002
Just a couple of quick fixes for trans2.c and README in samba-2.2.3a.
--- source/smbd/trans2.c.old Tue Feb 5 14:37:55 2002
+++ source/smbd/trans2.c Wed Feb 20 10:26:16 2002
@@ -2062,7 +2062,7 @@
if(!S_ISLNK(sbuf.st_mode))
return(UNIXERROR(ERRSRV,ERRbadlink));
#else
- return(UNIXERROR(ERRDOS,ErrNotALink));
+ return(UNIXERROR(ERRDOS,ERRbadlink));
#endif
len =
conn->vfs_ops.readlink(conn,dos_to_unix(fullpathname,False), buffer,
sizeof(pstring)-1); /* read link */
if (len == -1)
--- README.old Sun Apr 15 22:10:54 2001
+++ README Wed Feb 20 10:21:17 2002
@@ -90,7 +90,7 @@
If you want to contribute to the development of the software then
please join the mailing list. The Samba team accepts patches
-(preferably in "diff -u" format, see docs/BUGS.txt for more details)
+(preferably in "diff -u" format, see docs/textdocs/BUGS.txt for more
details)
and are always glad to receive feedback or suggestions to the address
samba at samba.org. We have recently put a new bug tracking
system into place which should help the throughput quite a lot. You
> --
> Ian Nicholls
> Project Leader, Store Systems Architecture
> * email: inicholl at coles.com.au * ICBM: 37°44'49"S 144°57'59"E
> * phone: +61 3 9661 5137, * fax: +61 3 9661 5021
> * ITAS Selling (Information Technology Development),
> Coles Myer Ltd, Level 2, 236 Bourke Street, MELBOURNE VIC 3000
'Y2K' is a contraction along the same lines that caused the problem in the
first place.
-------------- next part --------------
This email and any attachments may contain privileged and
confidential information and are intended for the named
addressee only. If you have received this e-mail in error,
please notify the sender and delete this e-mail immediately.
Any confidentiality, privilege or copyright is not waived or
lost because this e-mail has been sent to you in error. It
is your responsibility to check this e-mail and any
attachments for viruses.
More information about the samba
mailing list