summaryrefslogtreecommitdiff
path: root/source4/smbd
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-30 21:44:17 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-30 23:49:02 +1100
commit35d466e66b464cefca2e33fa8e1ff7301b029690 (patch)
tree5e3a19db9cb0a3dfd9d10f56da84dcbbdc24a31b /source4/smbd
parent55063cddd574ecca6a51b20a10fa979d55d6b70a (diff)
downloadsamba-35d466e66b464cefca2e33fa8e1ff7301b029690.tar.gz
samba-35d466e66b464cefca2e33fa8e1ff7301b029690.tar.bz2
samba-35d466e66b464cefca2e33fa8e1ff7301b029690.zip
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
Diffstat (limited to 'source4/smbd')
-rw-r--r--source4/smbd/wscript_build2
1 files changed, 1 insertions, 1 deletions
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
)