r3341: - don't zero the async structure (makes valgrind more useful)
authorAndrew Tridgell <tridge@samba.org>
Thu, 28 Oct 2004 23:09:40 +0000 (23:09 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:04:57 +0000 (13:04 -0500)
commit42c4dd18322452b6ab709eac8ba6724daf93ed36
treedc3154bc1910df31a7f242f7698707064926ef71
parent479bf22c813501f040adf7b6267b961748baa63f
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)
source4/smb_server/request.c
source4/smb_server/smb_server.c
source4/smb_server/smb_server.h