s4-smbd: don't initialise process models more than once
authorAndrew Tridgell <tridge@samba.org>
Sat, 30 Oct 2010 00:24:15 +0000 (11:24 +1100)
committerAndrew Tridgell <tridge@samba.org>
Sat, 30 Oct 2010 12:49:00 +0000 (23:49 +1100)
commit046d38faa5e78f2bdcfcdb3b1582427c2ecc80b8
tree3212537bdd1e74cc2153aacb229cab99e2e290db
parent3a7814826989b2ece34b8370c77bce9727814701
s4-smbd: don't initialise process models more than once

this also removes the event_context parameter from process model
initialisation. It isn't needed, and is confusing when a process model
init can be called from more than one place, possibly with different
event contexts.

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
18 files changed:
source4/dns_server/dns_server.c
source4/kdc/kdc.c
source4/ldap_server/ldap_server.c
source4/ntp_signd/ntp_signd.c
source4/rpc_server/service_rpc.c
source4/smb_server/smb_samba3.c
source4/smbd/process_model.c
source4/smbd/process_model.h
source4/smbd/process_onefork.c
source4/smbd/process_prefork.c
source4/smbd/process_single.c
source4/smbd/process_standard.c
source4/smbd/process_thread.c
source4/smbd/service.c
source4/torture/rpc/spoolss_notify.c
source4/web_server/web_server.c
source4/winbind/wb_server.c
source4/wrepl_server/wrepl_in_connection.c