mirror of
https://github.com/samba-team/samba.git
synced 2025-08-26 01:49:31 +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:
@ -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
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user