[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Tue Jan 26 09:15:16 MST 2010


The branch, master has been updated
       via  dee1b41... s4-libcli: Fixed a talloc_reference error.
      from  137fd79... s4:winsrepl.idl: add random interface uuid

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


- Log -----------------------------------------------------------------
commit dee1b41ae7e3531f508a7a79adb3118a3af78da5
Author: Andreas Schneider <asn at redhat.com>
Date:   Tue Jan 26 14:57:15 2010 +0100

    s4-libcli: Fixed a talloc_reference error.
    
    Signed-off-by: Andreas Schneider <asn at redhat.com>
    Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer at yahoo.de>

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

Summary of changes:
 source4/libcli/raw/rawnotify.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/libcli/raw/rawnotify.c b/source4/libcli/raw/rawnotify.c
index 28ab3eb..b277a2c 100644
--- a/source4/libcli/raw/rawnotify.c
+++ b/source4/libcli/raw/rawnotify.c
@@ -159,6 +159,7 @@ NTSTATUS smb_raw_ntcancel(struct smbcli_request *oldreq)
 		talloc_free(req);
 		return NT_STATUS_NO_MEMORY;
 	}
+	req->do_not_free = true;
 
 	smbcli_request_send(req);
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list