Skip to content

Commit

Permalink
Fixed typo bug in adding SQL file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Iain M Conochie committed Apr 12, 2024
1 parent 8d73732 commit 8efb001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ parse_cmdb_config(ailsa_cmdb_s *cmdb)
cmdb->file = ailsa_calloc(CONFIG_LEN, "cmdb->fie in parse_cmdb_config");
snprintf(cmdb->toplevelos, CONFIG_LEN, "%s/lib/cmdb", LOCALSTATEDIR);
snprintf(cmdb->tmpdir, CONFIG_LEN, "%s/lib/cmdb/tmp", LOCALSTATEDIR);
snprintf(cmdb->tmpdir, CONFIG_LEN, "%s/lib/cmdb/sql/cmdb.sql", LOCALSTATEDIR);
snprintf(cmdb->file, CONFIG_LEN, "%s/lib/cmdb/sql/cmdb.sql", LOCALSTATEDIR);
snprintf(cmdb->pxe, CONFIG_LEN, "pxelinux.cfg");
parse_system_cmdb_config(cmdb);
parse_user_cmdb_config(cmdb);
Expand Down

0 comments on commit 8efb001

Please sign in to comment.