]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Factor out handle_trans2setfilepathinfo_result()
authorVolker Lendecke <vl@samba.org>
Fri, 30 Dec 2022 09:13:08 +0000 (10:13 +0100)
committerRalph Boehme <slow@samba.org>
Wed, 4 Jan 2023 08:54:32 +0000 (08:54 +0000)
commit5f38f23668b6c3af4515facd37f1f3bea97d32f4
treef875673b9d178f0442b76cbf9cdaba028079fa77
parentf72572ff6f4cf5529124f8f7d65048ae21603035
smbd: Factor out handle_trans2setfilepathinfo_result()

This will be lifted up in the next patches. We can also remove the
REALLOC of *pparams, for this we only ever send 2 NULL bytes that we
stack-allocate now.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/smb1_trans2.c