1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

r7175: fix incorrect comment

(This used to be commit 6f951c863ea4671a62075c6ac963f198fbf322b1)
This commit is contained in:
Derrell Lipman 2005-06-01 20:25:33 +00:00 committed by Gerald (Jerry) Carter
parent f3ad9323c6
commit 2efe68918d

View File

@ -1265,7 +1265,10 @@ static BOOL smbc_getatr(SMBCCTX * context, SMBCSRV *srv, char *path,
* Set file info on an SMB server. Use setpathinfo call first. If that
* fails, use setattrE..
*
* Time parameters are always used and must be provided.
* Access and modification time parameters are always used and must be
* provided. Create time, if zero, will be determined from the actual create
* time of the file. If non-zero, the create time will be set as well.
*
* "mode" (attributes) parameter may be set to -1 if it is not to be set.
*/
static BOOL smbc_setatr(SMBCCTX * context, SMBCSRV *srv, char *path,