1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-13 16:23:50 +03:00

r13969: Make these names lowercase as well (just like they are now in the buildsystem)

This commit is contained in:
Jelmer Vernooij
2006-03-07 17:53:28 +00:00
committed by Gerald (Jerry) Carter
parent 2d546c3280
commit 04c49e211f
5 changed files with 5 additions and 5 deletions

View File

@@ -94,7 +94,7 @@ NTSTATUS com_init(void)
{
static BOOL initialized = False;
init_module_fn static_init[] = STATIC_COM_MODULES;
init_module_fn static_init[] = STATIC_com_MODULES;
init_module_fn *shared_init;
if (initialized) return NT_STATUS_OK;