r7175: fix incorrect comment
authorDerrell Lipman <derrell@samba.org>
Wed, 1 Jun 2005 20:25:33 +0000 (20:25 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:57:04 +0000 (10:57 -0500)
source/libsmb/libsmbclient.c

index 404d9def69698f16b0e0d5f516624981ef534918..bf3307cfb89bb00b6c345bbd931a093f4c81d7c8 100644 (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,