summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorDerrell Lipman <derrell@samba.org>2005-06-01 20:25:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:57:04 -0500
commit2efe68918d84d2028b447f8133ed3919dd7fe3aa (patch)
tree8aaa3f420a99a2518f1109bd4ff67d999eb2c8ab /source3/libsmb
parentf3ad9323c62860107ad222a0014d6e661aee42f3 (diff)
downloadsamba-2efe68918d84d2028b447f8133ed3919dd7fe3aa.tar.gz
samba-2efe68918d84d2028b447f8133ed3919dd7fe3aa.tar.bz2
samba-2efe68918d84d2028b447f8133ed3919dd7fe3aa.zip
r7175: fix incorrect comment
(This used to be commit 6f951c863ea4671a62075c6ac963f198fbf322b1)
Diffstat (limited to 'source3/libsmb')
-rw-r--r--source3/libsmb/libsmbclient.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/libsmb/libsmbclient.c b/source3/libsmb/libsmbclient.c
index 404d9def69..bf3307cfb8 100644
--- a/source3/libsmb/libsmbclient.c
+++ b/source3/libsmb/libsmbclient.c
@@ -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,