From f6c9fbbc50ae700a154c9bab7f0942af0141e8ed Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 22 May 2006 09:05:20 +0000 Subject: r15799: fixed the problem with BASE-DISCONNECT after the recent memory leak was fixed (This used to be commit 09a9c7fdff8f3cc8d2a98228cede4f8af41a08eb) --- source4/smb_server/smb_server.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/smb_server') diff --git a/source4/smb_server/smb_server.h b/source4/smb_server/smb_server.h index de5774a930..a5c2b73dc7 100644 --- a/source4/smb_server/smb_server.h +++ b/source4/smb_server/smb_server.h @@ -421,6 +421,7 @@ struct smbsrv_connection { smbsrv_send_error(req, NT_STATUS_NO_MEMORY); \ return; \ } \ + talloc_steal(req->tcon->ntvfs, req); \ req->ntvfs->frontend_data.private_data = req; \ } while (0) -- cgit