diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-08-15 15:13:43 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-08-15 15:13:43 +0000 |
commit | 0efd81efec653f97e6d24e9b19cc6bd6f72185fe (patch) | |
tree | 9f3aca153dbc719479f361daece06f6481749a46 /source4/libcli/raw | |
parent | 9e96467d36e9c4bf51ba74390cde0b84f08eeac7 (diff) | |
download | samba-0efd81efec653f97e6d24e9b19cc6bd6f72185fe.tar.gz samba-0efd81efec653f97e6d24e9b19cc6bd6f72185fe.tar.xz samba-0efd81efec653f97e6d24e9b19cc6bd6f72185fe.zip |
fixed a comment typo
(This used to be commit 4cc8fef8ca278b19eb4601e7660fc1976594412e)
Diffstat (limited to 'source4/libcli/raw')
-rw-r--r-- | source4/libcli/raw/rawsetfileinfo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libcli/raw/rawsetfileinfo.c b/source4/libcli/raw/rawsetfileinfo.c index 4044686c64..b82c20176b 100644 --- a/source4/libcli/raw/rawsetfileinfo.c +++ b/source4/libcli/raw/rawsetfileinfo.c @@ -22,7 +22,7 @@ #include "includes.h" /**************************************************************************** - Handle qfileinfo/qpathinfo trans2 backend. + Handle setfileinfo/setpathinfo trans2 backend. ****************************************************************************/ static BOOL smb_raw_setinfo_backend(struct cli_tree *tree, TALLOC_CTX *mem_ctx, @@ -232,7 +232,7 @@ static struct cli_request *smb_raw_setattrE_send(struct cli_tree *tree, put_dos_date2(req->out.vwv, VWV(1), parms->setattre.in.create_time); put_dos_date2(req->out.vwv, VWV(3), parms->setattre.in.access_time); put_dos_date2(req->out.vwv, VWV(5), parms->setattre.in.write_time); - + if (!cli_request_send(req)) { cli_request_destroy(req); return NULL; |