Re: [PATCH] ksmbd: defer destroy_previous_session() until after NTLM authentication
James Montgomery <[email protected]>
| Newsgroups | org.kernel.vger.linux-cifs,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 3 Jul 2026, Namjae Jeon wrote: > Is there any specific reason for not moving this line together? No, there is no specific reason. You are right. I'll send a v2 with both the assignment and the condition moved together after auth. Thanks for the review. James