s3: smbd: In call_trans2findfirst() all use of ctx is really talloc_tos().
authorJeremy Allison <jra@samba.org>
Sat, 27 Feb 2016 00:31:10 +0000 (16:31 -0800)
committerRalph Boehme <slow@samba.org>
Tue, 1 Mar 2016 14:25:22 +0000 (15:25 +0100)
commit66ce80c6d94ca407dc54d318c3956fc037672985
treeaa8a6b8a6e8169fd38834752551f66a6206f0f76
parent3203eb66d9fd85e8e58c2f0c658eb3483dcf0870
s3: smbd: In call_trans2findfirst() all use of ctx is really talloc_tos().

Use talloc_tos() explicitly to make this clear. Will help make the next
commit clearer.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/trans2.c