1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-18 19:33:16 +03:00

r26580: Include sentinel in build.h, in case the list is empty.

This commit is contained in:
Jelmer Vernooij
2007-12-24 01:28:22 -06:00
committed by Stefan Metzmacher
parent ad97efc480
commit f1997dabed
17 changed files with 27 additions and 20 deletions

View File

@@ -173,7 +173,7 @@ _PUBLIC_ void ejs_exception(const char *reason)
*/
void smb_setup_ejs_functions(void (*exception_handler)(const char *))
{
init_module_fn static_init[] = { STATIC_smbcalls_MODULES, NULL };
init_module_fn static_init[] = { STATIC_smbcalls_MODULES };
init_module_fn *shared_init;
ejs_exception_handler = exception_handler;