mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
gensec: Support building without any linked-in modules.
This commit is contained in:
parent
7ba7ca7062
commit
8f6ca4859c
@ -1394,6 +1394,10 @@ bool gensec_setting_bool(struct gensec_settings *settings, const char *mechanism
|
||||
return lpcfg_parm_bool(settings->lp_ctx, NULL, mechanism, name, default_value);
|
||||
}
|
||||
|
||||
#ifndef STATIC_gensec_MODULES
|
||||
#define STATIC_gensec_MODULES NULL
|
||||
#endif
|
||||
|
||||
/*
|
||||
initialise the GENSEC subsystem
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user