mirror of
https://github.com/samba-team/samba.git
synced 2025-12-12 12:23:50 +03:00
the composite_context structue, we should try to convert all code to use this because there're a lot of places where the we have bugs with this task... - add a composite_continue_smb2() helper We should try to hide the internals of the composite code from the users to avoid errors (and I found a lot of them... and will fix then step by step) metze