mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Attempt to fix crash seen with new CUPS async printcap loading code.
Jeremy.
This commit is contained in:
parent
65fb7f123b
commit
1f8b6238dd
@ -744,7 +744,7 @@ NMBD_OBJ = $(NMBD_OBJ1) $(PARAM_OBJ) $(LIBSMB_OBJ) $(KRBCLIENT_OBJ) \
|
||||
SWAT_OBJ1 = web/cgi.o web/diagnose.o web/startstop.o web/statuspage.o \
|
||||
web/swat.o web/neg_lang.o
|
||||
|
||||
SWAT_OBJ = $(SWAT_OBJ1) $(PARAM_OBJ) $(PRINTING_OBJ) $(LIBSMB_OBJ) \
|
||||
SWAT_OBJ = $(SWAT_OBJ1) $(PARAM_OBJ) $(PRINTING_OBJ) $(PRINTBASE_OBJ) $(LIBSMB_OBJ) \
|
||||
$(LOCKING_OBJ) $(PASSDB_OBJ) @LIBWBCLIENT_STATIC@ $(KRBCLIENT_OBJ) \
|
||||
$(LIB_NONSMBD_OBJ) $(GROUPDB_OBJ) $(PLAINTEXT_AUTH_OBJ) \
|
||||
$(POPT_LIB_OBJ) $(SMBLDAP_OBJ) $(RPC_PARSE_OBJ) $(LIBMSRPC_GEN_OBJ) $(LIBMSRPC_OBJ) \
|
||||
|
@ -425,6 +425,9 @@ static bool cups_pcap_load_async(int *pfd)
|
||||
}
|
||||
|
||||
/* Child. */
|
||||
|
||||
close_all_print_db();
|
||||
|
||||
if (!reinit_after_fork(smbd_messaging_context(),
|
||||
smbd_event_context(), true)) {
|
||||
DEBUG(0,("cups_pcap_load_async: reinit_after_fork() failed\n"));
|
||||
|
Loading…
Reference in New Issue
Block a user