search for: errnotalink

Displaying 1 result from an estimated 1 matches for "errnotalink".

2002 Feb 19
1
Typo fix for samba 2.2.3a source/smbd/trans2.c
...mbd/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 +++...