From 0efd81efec653f97e6d24e9b19cc6bd6f72185fe Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 15 Aug 2003 15:13:43 +0000 Subject: fixed a comment typo (This used to be commit 4cc8fef8ca278b19eb4601e7660fc1976594412e) --- source4/libcli/raw/rawsetfileinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/libcli') 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; -- cgit