From a68f16cb56923cb2287dfdbaf7b962a80a6cb306 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 2 Aug 2011 10:06:31 -0400 Subject: s3:server Consolidate printing related initialization MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner Autobuild-User: Günther Deschner Autobuild-Date: Tue Aug 2 17:37:44 CEST 2011 on sn-devel-104 --- source3/smbd/server.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source3/smbd/server.c') diff --git a/source3/smbd/server.c b/source3/smbd/server.c index 16395ee3dd..8aa4f5f093 100644 --- a/source3/smbd/server.c +++ b/source3/smbd/server.c @@ -31,10 +31,8 @@ #include "secrets.h" #include "memcache.h" #include "ctdbd_conn.h" -#include "printing/printer_list.h" #include "printing/queue_process.h" #include "rpc_server/rpc_service_setup.h" -#include "printing.h" #include "serverid.h" #include "passdb.h" #include "auth.h" @@ -1173,16 +1171,9 @@ extern void build_options(bool screen); exit(1); } - if (!printer_list_parent_init()) { - exit(1); - } - if (!W_ERROR_IS_OK(registry_init_full())) exit(1); - if (!print_backend_init(msg_ctx)) - exit(1); - /* Open the share_info.tdb here, so we don't have to open after the fork on every single connection. This is a small performance improvment and reduces the total number of system -- cgit