diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-05-16 15:03:58 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2008-05-16 15:03:58 +1000 |
commit | c7d7577fb978dfa822b4aab238440816188099c6 (patch) | |
tree | 7259e48bb31e0cbc79500dcdb04f75a74c11fc81 /source4/torture/smb2 | |
parent | 9bfafcfc213477a4f117ab07ce8f37bc18e74293 (diff) | |
download | samba-c7d7577fb978dfa822b4aab238440816188099c6.tar.gz samba-c7d7577fb978dfa822b4aab238440816188099c6.tar.bz2 samba-c7d7577fb978dfa822b4aab238440816188099c6.zip |
private -> private_data for struct smb2_request
(This used to be commit 67290e0ad69df2f2fe651249c6550b8e32dd641b)
Diffstat (limited to 'source4/torture/smb2')
-rw-r--r-- | source4/torture/smb2/oplocks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/smb2/oplocks.c b/source4/torture/smb2/oplocks.c index b0a1b31d1f..9a06ae1f19 100644 --- a/source4/torture/smb2/oplocks.c +++ b/source4/torture/smb2/oplocks.c @@ -99,7 +99,7 @@ static bool torture_oplock_handler(struct smb2_transport *transport, req = smb2_break_send(tree, &break_info.br); req->async.fn = torture_oplock_break_callback; - req->async.private = NULL; + req->async.private_data = NULL; return true; } |