1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

smbd: Fix a typo

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2023-06-07 17:18:28 +02:00 committed by Jeremy Allison
parent 5c52f71c0d
commit 4945b134d9

View File

@ -1283,7 +1283,7 @@ void reply_search(struct smb_request *req)
/* /*
* Use NULL here for the first parameter (req) * Use NULL here for the first parameter (req)
* as this is not a client visible handle so * as this is not a client visible handle so
* can'tbe part of an SMB1 chain. * can't be part of an SMB1 chain.
*/ */
close_file_free(NULL, &fsp, NORMAL_CLOSE); close_file_free(NULL, &fsp, NORMAL_CLOSE);
reply_nterror(req, nt_status); reply_nterror(req, nt_status);