[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-816-g8e348ab

Volker Lendecke vlendec at samba.org
Fri Apr 11 21:15:29 GMT 2008


The branch, v3-2-test has been updated
       via  8e348ab8652e1893be78384404f57df1dbbcea48 (commit)
      from  aacb07b1b0f674b8cb92347ef4b4dd1e7808dde8 (commit)

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


- Log -----------------------------------------------------------------
commit 8e348ab8652e1893be78384404f57df1dbbcea48
Author: Volker Lendecke <vl at samba.org>
Date:   Fri Apr 11 23:14:53 2008 +0200

    Remove a redundant TALLOC_FREE

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

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


Changeset truncated at 500 lines:

diff --git a/source/modules/vfs_aio_fork.c b/source/modules/vfs_aio_fork.c
index 28428f2..7914e8f 100644
--- a/source/modules/vfs_aio_fork.c
+++ b/source/modules/vfs_aio_fork.c
@@ -436,7 +436,6 @@ static NTSTATUS create_aio_child(struct aio_child_list *children,
 	if (socketpair(AF_UNIX, SOCK_STREAM, 0, fdpair) == -1) {
 		status = map_nt_error_from_unix(errno);
 		DEBUG(10, ("socketpair() failed: %s\n", strerror(errno)));
-		TALLOC_FREE(result);
 		goto fail;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list