]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Initialize all members of struct inotify_watch_context
authorVolker Lendecke <vl@samba.org>
Mon, 26 May 2025 09:53:31 +0000 (11:53 +0200)
committerRalph Boehme <slow@samba.org>
Mon, 2 Jun 2025 17:08:33 +0000 (17:08 +0000)
commita8980e68d3a20c40b386e2a262834715efcf7823
tree5b6c8ade1236fdf947dfbbe9efecfa598ee543a1
parent2d35eab05fbaf7ada825946f7dcca777826918dd
smbd: Initialize all members of struct inotify_watch_context

We don't have talloc_zero()

Bug: https://bugzilla.samba.org/show_bug.cgi?id=15864
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/notify_inotify.c