From 35d466e66b464cefca2e33fa8e1ff7301b029690 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 30 Oct 2010 21:44:17 +1100 Subject: s4-smbd: leave the single process model as internal This helps with the static smbtorture for samba3, and the spoolss tests which start a server --- source4/smbd/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/smbd/wscript_build b/source4/smbd/wscript_build index ce8a5d2e04..ac9f38d5f6 100644 --- a/source4/smbd/wscript_build +++ b/source4/smbd/wscript_build @@ -33,7 +33,7 @@ bld.SAMBA_MODULE('process_model_single', subsystem='process_model', init_function='process_model_single_init', deps='cluster process_model samba-sockets', - internal_module=False + internal_module=True ) -- cgit