[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28-89-g27874d2

Volker Lendecke vl at samba.org
Wed Jan 9 06:57:14 GMT 2008


The branch, v3-0-test has been updated
       via  27874d2c960ad56a53bf84e1480f4963fa3ab25c (commit)
      from  18c2be399c5a62746794301b9619490480314fb9 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test


- Log -----------------------------------------------------------------
commit 27874d2c960ad56a53bf84e1480f4963fa3ab25c
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Jan 9 07:59:12 2008 +0100

    ensure uni_name.buffer is initialised
    
    merge from http://samba.org/~tridge/3_0-ctdb

-----------------------------------------------------------------------

Summary of changes:
 source/smbd/notify.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/smbd/notify.c b/source/smbd/notify.c
index df9d8ad..6e24466 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;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list