[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1012-g94d3047

Volker Lendecke vlendec at samba.org
Mon Apr 13 07:31:20 GMT 2009


The branch, master has been updated
       via  94d3047de19a73c30f218d13a4847a4d354a61aa (commit)
      from  3c10d065247c94ceb721b102402bc6c4aeefe33d (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 94d3047de19a73c30f218d13a4847a4d354a61aa
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Apr 13 09:29:32 2009 +0200

    Use convert_string_talloc, thanks Andrew!

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

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


Changeset truncated at 500 lines:

diff --git a/source3/smbd/notify.c b/source3/smbd/notify.c
index a17afc7..d141fb2 100644
--- a/source3/smbd/notify.c
+++ b/source3/smbd/notify.c
@@ -81,7 +81,7 @@ static bool notify_marshall_changes(int num_changes,
 
 		c = &changes[i];
 
-		if (!convert_string_allocate(talloc_tos(), CH_UNIX, CH_UTF16LE,
+		if (!convert_string_talloc(talloc_tos(), CH_UNIX, CH_UTF16LE,
 			c->name, strlen(c->name)+1, &uni_name.buffer,
 			&namelen, True) || (uni_name.buffer == NULL)) {
 			goto fail;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list