changed mod_test to mod_fake_test. this will eventually be removed
This commit is contained in:
parent
978bc30203
commit
0483f506f8
@ -536,7 +536,7 @@ static void unload (hcl_t* hcl, hcl_mod_t* mod)
|
||||
{
|
||||
}
|
||||
|
||||
int hcl_mod_test (hcl_t* hcl, hcl_mod_t* mod)
|
||||
int hcl_mod_fake_test (hcl_t* hcl, hcl_mod_t* mod)
|
||||
{
|
||||
mod->query = query;
|
||||
mod->unload = unload;
|
||||
|
Loading…
Reference in New Issue
Block a user