svn commit: samba r7175 - in branches/SAMBA_3_0/source/libsmb: .

derrell at samba.org derrell at samba.org
Wed Jun 1 20:25:34 GMT 2005


Author: derrell
Date: 2005-06-01 20:25:33 +0000 (Wed, 01 Jun 2005)
New Revision: 7175

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7175

Log:
fix incorrect comment
Modified:
   branches/SAMBA_3_0/source/libsmb/libsmbclient.c


Changeset:
Modified: branches/SAMBA_3_0/source/libsmb/libsmbclient.c
===================================================================
--- branches/SAMBA_3_0/source/libsmb/libsmbclient.c	2005-06-01 20:18:52 UTC (rev 7174)
+++ branches/SAMBA_3_0/source/libsmb/libsmbclient.c	2005-06-01 20:25:33 UTC (rev 7175)
@@ -1265,7 +1265,10 @@
  * 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, 



More information about the samba-cvs mailing list