svn commit: samba r7176 - in trunk/source/libsmb: .

derrell at samba.org derrell at samba.org
Wed Jun 1 20:26:06 GMT 2005


Author: derrell
Date: 2005-06-01 20:26:05 +0000 (Wed, 01 Jun 2005)
New Revision: 7176

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

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


Changeset:
Modified: trunk/source/libsmb/libsmbclient.c
===================================================================
--- trunk/source/libsmb/libsmbclient.c	2005-06-01 20:25:33 UTC (rev 7175)
+++ trunk/source/libsmb/libsmbclient.c	2005-06-01 20:26:05 UTC (rev 7176)
@@ -1223,7 +1223,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