svn commit: samba r17808 - in branches/SAMBA_3_0_23/source/nmbd: .

jra at samba.org jra at samba.org
Thu Aug 24 20:49:26 GMT 2006


Author: jra
Date: 2006-08-24 20:49:26 +0000 (Thu, 24 Aug 2006)
New Revision: 17808

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

Log:
Merge fix from vl:

Fix a file descriptor leak pointed out by John Malmberg. Thanks!

Jerry - we need this for 3.0.23c. Thanks.

Jeremy.


Modified:
   branches/SAMBA_3_0_23/source/nmbd/asyncdns.c


Changeset:
Modified: branches/SAMBA_3_0_23/source/nmbd/asyncdns.c
===================================================================
--- branches/SAMBA_3_0_23/source/nmbd/asyncdns.c	2006-08-24 20:42:31 UTC (rev 17807)
+++ branches/SAMBA_3_0_23/source/nmbd/asyncdns.c	2006-08-24 20:49:26 UTC (rev 17808)
@@ -205,6 +205,7 @@
 
 	if (!process_exists_by_pid(child_pid)) {
 		close(fd_in);
+		close(fd_out);
 		start_async_dns();
 	}
 



More information about the samba-cvs mailing list