pyko: reshuffle comment.

This commit is contained in:
Joris Vink 2018-04-09 20:36:05 +02:00
parent bafb99445f
commit 5b0772b646
1 changed files with 1 additions and 2 deletions

View File

@ -48,10 +48,9 @@ kore_parent_configure(int argc, char **argv)
kore_module_load(argv[0], NULL, KORE_MODULE_PYTHON);
/* kore_parse_config_file() will call fclose(). */
if (chdir(argv[0]) == -1)
fatal("chdir(%s): %s", argv[0], errno_s);
/* kore_parse_config_file() will call fclose(). */
kore_parse_config_file(fp);
}