smbd: in smb_set_file_time() rename "action" variable to "filter"
commit8bf40cda5392e3facf85fcea53eef07ceeb07226
authorRalph Boehme <slow@samba.org>
Thu, 5 Sep 2024 17:00:32 +0000 (5 19:00 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 5 Nov 2024 14:39:30 +0000 (5 14:39 +0000)
tree8a374fb6c95b6804ecca0e8cc9de9d132206fdde
parentdb59ecab86baa3e2b63779edf57cfb490eafea69
smbd: in smb_set_file_time() rename "action" variable to "filter"

This matches the notify_fname() argument name and the next commit is going to
add an "action" variable.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/smb2_trans2.c