Skip to content
Snippets Groups Projects
Commit 432027f7 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

config: fix default configuration file load path

parent be912d77
Branches
Tags
No related merge requests found
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
/*! \brief Default config paths. */ /*! \brief Default config paths. */
static const char *DEFAULT_CONFIG[] = { static const char *DEFAULT_CONFIG[] = {
SYSCONFDIR "/" "knot.conf", CONFIG_DIR "/" "knot.conf",
}; };
#define DEFAULT_CONF_COUNT 1 /*!< \brief Number of default config paths. */ #define DEFAULT_CONF_COUNT 1 /*!< \brief Number of default config paths. */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment