From 464c69609aa7e582f484c1d357b7c6d3eb2bcbe3 Mon Sep 17 00:00:00 2001 From: Holger Hetterich Date: Sun, 13 Feb 2011 18:20:00 +0100 Subject: vfs_smb_traffic_analyzer shall also transfer the clients IP address. Autobuild-User: Jeremy Allison Autobuild-Date: Sat Feb 19 01:53:18 CET 2011 on sn-devel-104 --- source3/modules/vfs_smb_traffic_analyzer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/modules/vfs_smb_traffic_analyzer.h') diff --git a/source3/modules/vfs_smb_traffic_analyzer.h b/source3/modules/vfs_smb_traffic_analyzer.h index 3f47ea5a72..bfc0614132 100644 --- a/source3/modules/vfs_smb_traffic_analyzer.h +++ b/source3/modules/vfs_smb_traffic_analyzer.h @@ -85,7 +85,7 @@ * so that if the receiver is using an older version of the protocol * it knows which blocks it can ignore. */ -#define SMBTA_COMMON_DATA_COUNT "00016" +#define SMBTA_COMMON_DATA_COUNT "00017" /* * VFS Functions identifier table. In protocol version 2, every vfs -- cgit