s4-smbd: leave the single process model as internal
authorAndrew Tridgell <tridge@samba.org>
Sat, 30 Oct 2010 10:44:17 +0000 (21:44 +1100)
committerAndrew Tridgell <tridge@samba.org>
Sat, 30 Oct 2010 12:49:02 +0000 (23:49 +1100)
This helps with the static smbtorture for samba3, and the spoolss
tests which start a server

source4/smbd/wscript_build

index ce8a5d2e0494319e62d46ebe2629c41018fb4d7a..ac9f38d5f6b0d97807c96eb85227dffa9a7189b1 100644 (file)
@@ -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
                  )