summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-07-27 14:47:41 +0200
committerVolker Lendecke <vl@samba.org>2009-07-27 16:15:54 +0200
commit5135ebd6f099518f0a0b5796e8057210be824740 (patch)
tree05e71b54969632ce6d99bf38a70abe2d5c9a7b66 /source3/include/smb.h
parentd3132e21f3c93043e3d29584f4094b6edfc02c5a (diff)
downloadsamba-5135ebd6f099518f0a0b5796e8057210be824740.tar.gz
samba-5135ebd6f099518f0a0b5796e8057210be824740.tar.bz2
samba-5135ebd6f099518f0a0b5796e8057210be824740.zip
Fix a valgrind error in chain_reply
construct_reply() references the request after chain_reply has freed it.
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 6ccdd968a3..11927443bd 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -655,6 +655,8 @@ struct smb_request {
* state information for async smb handling
*/
void *async_priv;
+
+ bool done;
};
/* Defines for the sent_oplock_break field above. */