summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb_server.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-10-28 23:09:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:04:57 -0500
commit42c4dd18322452b6ab709eac8ba6724daf93ed36 (patch)
treedc3154bc1910df31a7f242f7698707064926ef71 /source4/smb_server/smb_server.h
parent479bf22c813501f040adf7b6267b961748baa63f (diff)
downloadsamba-42c4dd18322452b6ab709eac8ba6724daf93ed36.tar.gz
samba-42c4dd18322452b6ab709eac8ba6724daf93ed36.tar.bz2
samba-42c4dd18322452b6ab709eac8ba6724daf93ed36.zip
r3341: - don't zero the async structure (makes valgrind more useful)
- get rid of req->mid, as it isn't a safe value to use to match requests in the server (it is safe in the client code, as we choose the mid, but in the server we can't rely on other clients to choose the mid carefully) (This used to be commit 938fb44351e12a515073ea94cd306988d5ca7340)
Diffstat (limited to 'source4/smb_server/smb_server.h')
-rw-r--r--source4/smb_server/smb_server.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/smb_server/smb_server.h b/source4/smb_server/smb_server.h
index 065c01d6f5..53ef5cd575 100644
--- a/source4/smb_server/smb_server.h
+++ b/source4/smb_server/smb_server.h
@@ -89,9 +89,6 @@ struct smbsrv_request {
/* the session context is derived from the vuid */
struct smbsrv_session *session;
- /* the mid of this packet - used to match replies */
- uint16_t mid;
-
/* a set of flags to control usage of the request. See REQ_CONTROL_* */
unsigned control_flags;