svn commit: samba r15737 - in branches/SAMBA_4_0/source/libcli/raw: .

metze at samba.org metze at samba.org
Sat May 20 09:39:00 GMT 2006


Author: metze
Date: 2006-05-20 09:38:59 +0000 (Sat, 20 May 2006)
New Revision: 15737

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15737

Log:
fix a typos and comment

metze
Modified:
   branches/SAMBA_4_0/source/libcli/raw/interfaces.h
   branches/SAMBA_4_0/source/libcli/raw/rawfile.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/raw/interfaces.h
===================================================================
--- branches/SAMBA_4_0/source/libcli/raw/interfaces.h	2006-05-20 08:57:06 UTC (rev 15736)
+++ branches/SAMBA_4_0/source/libcli/raw/interfaces.h	2006-05-20 09:38:59 UTC (rev 15737)
@@ -1730,14 +1730,14 @@
 /* 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;
 };
 

Modified: branches/SAMBA_4_0/source/libcli/raw/rawfile.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/raw/rawfile.c	2006-05-20 08:57:06 UTC (rev 15736)
+++ branches/SAMBA_4_0/source/libcli/raw/rawfile.c	2006-05-20 09:38:59 UTC (rev 15737)
@@ -844,7 +844,7 @@
 
 /****************************************************************************
  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)
 {



More information about the samba-cvs mailing list