update: make things work with libmp update
This commit is contained in:
@ -127,7 +127,7 @@ int main(int argc, char *argv[]) {
|
||||
goto end_config;
|
||||
}
|
||||
|
||||
lm_ctx_init(&ctx, NULL, tmpdir, NULL);
|
||||
lm_ctx_new(&ctx, NULL, tmpdir, NULL);
|
||||
addr = config_get_string("addr");
|
||||
|
||||
if (config_get_integer("threads") <= 0 || config_get_integer("threads") > 1000) {
|
||||
|
Reference in New Issue
Block a user