No subject


Sun Sep 6 16:29:27 MDT 2009


2009 13:37:53 +0200=0ASubject: [PATCH] Fix the order of the VFS function =
identifiers. Add a remark where the=0A order is necessary for compatibility=
 with protocol v1.=0A=0A---=0A source3/modules/vfs_smb_traffic_analyzer.c =
|    5 ++++-=0A 1 files changed, 4 insertions(+), 1 deletions(-)=0A=0Adiff =
--git a/source3/modules/vfs_smb_traffic_analyzer.c b/source3/modules/vfs_sm=
b_traffic_analyzer.c=0Aindex 889e413..6ab3d52 100644=0A--- a/source3/module=
s/vfs_smb_traffic_analyzer.c=0A+++ b/source3/modules/vfs_smb_traffic_analyz=
er.c=0A@@ -30,10 +30,13 @@ enum sock_type {INTERNET_SOCKET =3D 0, =
UNIX_DOMAIN_SOCKET};=0A /* VFS Functions identifier table. In protocol =
version 2, every vfs     */=0A /* function is given a unique id.           =
                            */=0A enum vfs_id {=0A+	/* care for the =
order here, required for compatibility	*/=0A+	/* with protocol version =
1.				*/=0A         vfs_id_read,=0A-        =
vfs_id_write,=0A         vfs_id_pread,=0A+        vfs_id_write,=0A         =
vfs_id_pwrite,=0A+	/* end of protocol version 1 identifiers.		=
*/=0A 	vfs_id_mkdir=0A };=0A =0A-- =0A1.6.0.2=0A=0A
--=__PartFDD6091E.0__=--


More information about the samba-technical mailing list