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:
committed by
Gerald (Jerry) Carter
parent
2d546c3280
commit
04c49e211f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user