From b77eaaa3bc7cd27320496440deda8a6ca62f7f5a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 20 May 2006 09:38:59 +0000 Subject: r15737: fix a typos and comment metze (This used to be commit 1f50b2e0534ee25861b6812b64d91f63cbb118ad) --- source4/libcli/raw/interfaces.h | 4 ++-- source4/libcli/raw/rawfile.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/libcli/raw') diff --git a/source4/libcli/raw/interfaces.h b/source4/libcli/raw/interfaces.h index 84f897172e..588237acb0 100644 --- a/source4/libcli/raw/interfaces.h +++ b/source4/libcli/raw/interfaces.h @@ -1730,14 +1730,14 @@ enum smb_flush_level {RAW_FLUSH_FLUSH, RAW_FLUSH_ALL}; /* struct for SMBflush */ union smb_flush { struct { - enum smb_ioctl_level level; + enum smb_flush_level level; struct { union smb_handle file; } in; } flush, generic; struct { - enum smb_ioctl_level level; + enum smb_flush_level level; } flush_all; }; diff --git a/source4/libcli/raw/rawfile.c b/source4/libcli/raw/rawfile.c index fb3035c0a8..faa2cdbeb4 100644 --- a/source4/libcli/raw/rawfile.c +++ b/source4/libcli/raw/rawfile.c @@ -844,7 +844,7 @@ NTSTATUS smb_raw_chkpath(struct smbcli_tree *tree, union smb_chkpath *parms) /**************************************************************************** flush a file - async send - a flush to fnum 0xFFFF will flush all files + a flush with RAW_FLUSH_ALL will flush all files ****************************************************************************/ struct smbcli_request *smb_raw_flush_send(struct smbcli_tree *tree, union smb_flush *parms) { -- cgit