r6125: smbc_stat() returned incorrect timestamps IFF it used cli_qpathinfo2() to
authorDerrell Lipman <derrell@samba.org>
Wed, 30 Mar 2005 02:35:31 +0000 (02:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:56:23 +0000 (10:56 -0500)
commit1635d50a20fb03b402465731494826471efc8f88
treea228b5929fcad3a23fe9c0e72aab4b58ee1903bb
parent7dcc247164f53e6a8b36c4024a88fb3759c06b4d
r6125: smbc_stat() returned incorrect timestamps IFF it used cli_qpathinfo2() to
retrieve the timestamps (Win2k) and not if it used cli-getatr() to retrieve
the timestamps (Win98).  Timestamps are supposed to be in GMT, and should
not have serverzone deducted from them in cli_qpathinfo2().
(This used to be commit 443d8df94c2937b7d458b7228bdc1d433581558a)
source3/libsmb/clirap.c