summaryrefslogtreecommitdiff
path: root/source/smbd/notify.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/smbd/notify.c')
-rw-r--r--source/smbd/notify.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/smbd/notify.c b/source/smbd/notify.c
index df9d8ad137..6e244663f2 100644
--- a/source/smbd/notify.c
+++ b/source/smbd/notify.c
@@ -66,6 +66,8 @@ static BOOL notify_marshall_changes(int num_changes,
int i;
UNISTR uni_name;
+ uni_name.buffer = NULL;
+
for (i=0; i<num_changes; i++) {
struct notify_change *c;
size_t namelen;