diff options
-rw-r--r-- | source3/smbd/nttrans.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c index c82a8074d9..ca9522ecfc 100644 --- a/source3/smbd/nttrans.c +++ b/source3/smbd/nttrans.c @@ -1605,6 +1605,8 @@ BOOL process_pending_change_notify_queue(time_t t) uint16 vuid = (lp_security() == SEC_SHARE) ? UID_FIELD_INVALID : SVAL(cnbp->request_buf,smb_uid); + ZERO_STRUCT(change_data); + /* * Ensure we don't have any old chain_fsp values * sitting around.... |