diff options
author | Andreas Schneider <asn@redhat.com> | 2010-01-26 14:57:15 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-01-26 17:14:51 +0100 |
commit | dee1b41ae7e3531f508a7a79adb3118a3af78da5 (patch) | |
tree | 4bc81f1645bc46a7407c6faf9f2d07658796fa68 /source4/libcli | |
parent | 137fd79f445c30b04d443288c03db2b1cc5dcba3 (diff) | |
download | samba-dee1b41ae7e3531f508a7a79adb3118a3af78da5.tar.gz samba-dee1b41ae7e3531f508a7a79adb3118a3af78da5.tar.bz2 samba-dee1b41ae7e3531f508a7a79adb3118a3af78da5.zip |
s4-libcli: Fixed a talloc_reference error.
Signed-off-by: Andreas Schneider <asn@redhat.com>
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/raw/rawnotify.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/raw/rawnotify.c b/source4/libcli/raw/rawnotify.c index 28ab3eb1a4..b277a2c7da 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); |