mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-01-28 01:47:18 +01:00
Fix input json macro
This commit is contained in:
parent
a0a0dbd2c5
commit
86f5bdb84d
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
#ifndef DAEMON_JSON_INPUT
|
||||
#define BBFDM_JSON_INPUT "/etc/bbfdm/input.json"
|
||||
#else
|
||||
#define BBFDM_JSON_INPUT TO_STR(DAEMON_JSON_INPUT)
|
||||
#define BBFDM_JSON_INPUT DAEMON_JSON_INPUT
|
||||
#endif
|
||||
|
||||
extern struct list_head loaded_json_files;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue