1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

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
This commit is contained in:
Andrew Tridgell 2010-10-30 21:44:17 +11:00
parent 55063cddd5
commit 35d466e66b

View File

@ -33,7 +33,7 @@ bld.SAMBA_MODULE('process_model_single',
subsystem='process_model', subsystem='process_model',
init_function='process_model_single_init', init_function='process_model_single_init',
deps='cluster process_model samba-sockets', deps='cluster process_model samba-sockets',
internal_module=False internal_module=True
) )