* path.cc: Fix Samba version in comment.

This commit is contained in:
Corinna Vinschen 2008-01-28 12:19:30 +00:00
parent a665fef641
commit cb8686370b
2 changed files with 5 additions and 1 deletions
winsup/cygwin

@ -1,3 +1,7 @@
2008-01-28 Corinna Vinschen <corinna@vinschen.de>
* path.cc: Fix Samba version in comment.
2008-01-24 Corinna Vinschen <corinna@vinschen.de> 2008-01-24 Corinna Vinschen <corinna@vinschen.de>
* path.cc (fs_info::update): Fix old-style Samba test to support * path.cc (fs_info::update): Fix old-style Samba test to support

@ -378,7 +378,7 @@ mkrelpath (char *path)
strcpy (path, "."); strcpy (path, ".");
} }
/* Beginning with Samba 3.2, Samba allows to get version information using /* Beginning with Samba 3.0.28a, Samba allows to get version information using
the ExtendedInfo member returned by a FileFsObjectIdInformation request. the ExtendedInfo member returned by a FileFsObjectIdInformation request.
We just store the samba_version information for now. Older versions than We just store the samba_version information for now. Older versions than
3.2 are still guessed at by testing the file system flags. */ 3.2 are still guessed at by testing the file system flags. */