mirror of
https://git.kore.io/kore.git
synced 2024-11-11 20:59:07 +01:00
pyko: reshuffle comment.
This commit is contained in:
parent
bafb99445f
commit
5b0772b646
@ -48,10 +48,9 @@ kore_parent_configure(int argc, char **argv)
|
|||||||
|
|
||||||
kore_module_load(argv[0], NULL, KORE_MODULE_PYTHON);
|
kore_module_load(argv[0], NULL, KORE_MODULE_PYTHON);
|
||||||
|
|
||||||
/* kore_parse_config_file() will call fclose(). */
|
|
||||||
|
|
||||||
if (chdir(argv[0]) == -1)
|
if (chdir(argv[0]) == -1)
|
||||||
fatal("chdir(%s): %s", argv[0], errno_s);
|
fatal("chdir(%s): %s", argv[0], errno_s);
|
||||||
|
|
||||||
|
/* kore_parse_config_file() will call fclose(). */
|
||||||
kore_parse_config_file(fp);
|
kore_parse_config_file(fp);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user