svn commit: samba r15799 - in branches/SAMBA_4_0/source/smb_server: .

tridge at samba.org tridge at samba.org
Mon May 22 09:05:21 GMT 2006


Author: tridge
Date: 2006-05-22 09:05:20 +0000 (Mon, 22 May 2006)
New Revision: 15799

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15799

Log:

fixed the problem with BASE-DISCONNECT after the recent memory leak
was fixed

Modified:
   branches/SAMBA_4_0/source/smb_server/smb_server.h


Changeset:
Modified: branches/SAMBA_4_0/source/smb_server/smb_server.h
===================================================================
--- branches/SAMBA_4_0/source/smb_server/smb_server.h	2006-05-22 09:02:16 UTC (rev 15798)
+++ branches/SAMBA_4_0/source/smb_server/smb_server.h	2006-05-22 09:05:20 UTC (rev 15799)
@@ -421,6 +421,7 @@
 		smbsrv_send_error(req, NT_STATUS_NO_MEMORY); \
 		return; \
 	} \
+	talloc_steal(req->tcon->ntvfs, req); \
 	req->ntvfs->frontend_data.private_data = req; \
 } while (0)
 



More information about the samba-cvs mailing list