[SCM] Samba Shared Repository - branch master updated - 1d151b3161b1bf82898baa9eb9dd1f212b79e2a1

Jeremy Allison jra at samba.org
Fri Oct 10 23:44:28 GMT 2008


The branch, master has been updated
       via  1d151b3161b1bf82898baa9eb9dd1f212b79e2a1 (commit)
      from  4cbb3b23a4e1d5e800b900fe91860eb0a9add12e (commit)

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


- Log -----------------------------------------------------------------
commit 1d151b3161b1bf82898baa9eb9dd1f212b79e2a1
Author: Jeremy Allison <jra at samba.org>
Date:   Fri Oct 10 16:43:13 2008 -0700

    Ensure we do reinit_after_fork().
    Jeremy.

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

Summary of changes:
 source3/printing/print_cups.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/printing/print_cups.c b/source3/printing/print_cups.c
index 6086bb8..9326ac7 100644
--- a/source3/printing/print_cups.c
+++ b/source3/printing/print_cups.c
@@ -425,6 +425,11 @@ static bool cups_pcap_load_async(int *pfd)
 	}
 
 	/* Child. */
+	if (!reinit_after_fork(smbd_messaging_context(), true)) {
+		DEBUG(0,("cups_pcap_load_async: reinit_after_fork() failed\n"));
+		smb_panic("cups_pcap_load_async: reinit_after_fork() failed");
+	}
+
 	close(fds[0]);
 	cups_cache_reload_async(fds[1]);
 	close(fds[1]);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list