diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-07 17:53:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:33 -0500 |
commit | 0fbcfd8920e8df3cfb4ba5ce2d1fcf48b38a4acf (patch) | |
tree | ad1cc35fb4473b989cad7d8d40bbbe2ecf7a52e0 /source4/lib/com | |
parent | d9c439b88448055d62ab85d6dab2204894b9dd9e (diff) | |
download | samba-0fbcfd8920e8df3cfb4ba5ce2d1fcf48b38a4acf.tar.gz samba-0fbcfd8920e8df3cfb4ba5ce2d1fcf48b38a4acf.tar.bz2 samba-0fbcfd8920e8df3cfb4ba5ce2d1fcf48b38a4acf.zip |
r13969: Make these names lowercase as well (just like they are now in the buildsystem)
(This used to be commit 04c49e211fc4f80e03d9322b983bbde15baba640)
Diffstat (limited to 'source4/lib/com')
-rw-r--r-- | source4/lib/com/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/com/main.c b/source4/lib/com/main.c index ab14f28b28..3e4127f246 100644 --- a/source4/lib/com/main.c +++ b/source4/lib/com/main.c @@ -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; |