diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-30 21:44:17 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-30 23:49:02 +1100 |
commit | 35d466e66b464cefca2e33fa8e1ff7301b029690 (patch) | |
tree | 5e3a19db9cb0a3dfd9d10f56da84dcbbdc24a31b /source4/smbd | |
parent | 55063cddd574ecca6a51b20a10fa979d55d6b70a (diff) | |
download | samba-35d466e66b464cefca2e33fa8e1ff7301b029690.tar.gz |
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_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smbd/wscript_build b/source4/smbd/wscript_build index ce8a5d2e049..ac9f38d5f6b 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 ) |